/* ============================================================
   SILENT JOHNSON LLC — clean, self-contained stylesheet.
   No page-builder dependencies. Mobile-first. Renders identically
   on desktop, tablet and mobile because it relies on nothing but
   this file and inline SVG icons embedded in the HTML.
   ============================================================ */

:root{
  --navy:#0a1a31;
  --navy-deep:#06121f;
  --red:#b80c09;
  --red-soft:rgba(184,12,9,0.08);
  --ink:#0a192f;
  --body:#475569;
  --muted:#8892b0;
  --line:#e6e9ef;
  --bg:#ffffff;
  --bg-soft:#f6f7f9;
  --radius:14px;
  --shadow:0 10px 30px rgba(10,26,49,0.08);
  --shadow-sm:0 4px 14px rgba(10,26,49,0.06);
  --maxw:1180px;
  --gap:28px;
  --sans:'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
  --body-font:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--body-font);
  color:var(--body);
  background:var(--bg);
  line-height:1.65;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4{font-family:var(--sans);color:var(--ink);margin:0;line-height:1.15;font-weight:800;}
p{margin:0 0 1em;}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.eyebrow{
  font-family:var(--sans);font-weight:800;text-transform:uppercase;
  letter-spacing:.2em;font-size:12px;color:var(--red);margin:0 0 14px;
}
.eyebrow--line{display:inline-flex;align-items:center;gap:14px;}
.eyebrow--line::before{content:"";width:46px;height:2px;background:var(--red);display:inline-block;}
.eyebrow--pill{
  display:inline-block;background:var(--red-soft);color:var(--red);
  border:1px solid rgba(184,12,9,.18);border-radius:6px;padding:7px 14px;letter-spacing:.16em;
}
.eyebrow--center{text-align:center;}
.eyebrow--lg{font-size:14px;letter-spacing:.14em;}
.section{padding:84px 0;}
.section--soft{background:var(--bg-soft);}
.section--navy{background:var(--navy);color:#cdd6e6;}
.section-head{text-align:center;max-width:780px;margin:0 auto 52px;}
.section-head--sub{margin-top:-24px;margin-bottom:48px;max-width:900px;}
.section-head h2{font-size:38px;color:var(--ink);}
.section--navy .section-head h2{color:#fff;}
.section-head p{font-size:18px;color:var(--muted);margin-top:14px;}
.section-head--sub p{font-size:17px;color:var(--body);text-align:center;}
.h2--underline{position:relative;display:inline-block;padding-bottom:18px;}
.h2--underline::after{
  content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;
  width:54px;height:3px;background:var(--red);border-radius:2px;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--sans);font-weight:700;font-size:14px;letter-spacing:.06em;
  text-transform:uppercase;padding:15px 30px;border-radius:8px;
  background:var(--red);color:#fff;border:2px solid var(--red);
  transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
  cursor:pointer;
}
.btn:hover{background:#9c0a07;border-color:#9c0a07;transform:translateY(-2px);box-shadow:0 8px 20px rgba(184,12,9,.28);}
.btn svg{width:16px;height:16px;}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55);}
.btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;box-shadow:none;}
.btn--navy{background:var(--navy);border-color:var(--navy);color:#fff;}
.btn--navy:hover{background:#06121f;border-color:#06121f;box-shadow:0 8px 20px rgba(10,26,49,.25);}

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:var(--navy);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px;}
.brand img{height:38px;width:auto;}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0;}
.nav-links a{
  font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.04em;
  text-transform:uppercase;color:#dbe3f0;transition:color .15s ease;
}
.nav-links a:hover,.nav-links a.active{color:#fff;}
.nav-cta{
  font-family:var(--sans);font-weight:700;font-size:13px;letter-spacing:.05em;
  text-transform:uppercase;color:#fff;background:var(--red);
  padding:10px 20px;border-radius:6px;
}
.nav-cta:hover{background:#9c0a07;}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;transition:.2s;}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:linear-gradient(120deg,#06121f 0%,#0a1a31 55%,#0e2542 100%);
  color:#fff;overflow:hidden;
}
.hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;
  padding:104px 24px 112px;
}
.hero-grid--single{grid-template-columns:1fr;padding:88px 24px 92px;}
.hero .eyebrow{color:#e23b38;}
.hero h1{font-size:62px;color:#fff;letter-spacing:-.015em;line-height:1.02;}
.hero h1 span{display:block;}
.hero h1 .l1{color:#ffffff;}
.hero h1 .l2{color:#7d8aa0;}
.hero h1 .l3{color:#ffffff;}
.hero p.lede{font-size:18px;color:#aeb9cc;margin:26px 0 36px;max-width:560px;line-height:1.7;}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;}

/* targeting reticle graphic */
.hero-reticle{
  position:relative;width:100%;max-width:420px;aspect-ratio:1/1;
  margin:0 0 0 auto;display:flex;align-items:center;justify-content:center;
}
.hero-reticle .ring{
  position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.10);
}
.hero-reticle .ring-1{width:100%;height:100%;}
.hero-reticle .ring-2{width:80%;height:80%;border-color:rgba(255,255,255,.06);}
.reticle-box{
  position:relative;width:58%;aspect-ratio:1/1;border-radius:12px;
  background:linear-gradient(160deg,#0d1726,#05101c);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 50px rgba(0,0,0,.45);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.reticle-box svg{width:48px;height:48px;color:#c9d3e2;}
.reticle-label{
  position:absolute;left:0;right:0;bottom:16px;text-align:center;
  font-family:var(--sans);font-weight:700;font-size:10px;letter-spacing:.18em;
  text-transform:uppercase;color:#e23b38;
}

/* ---------- Purpose (split) ---------- */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;}
.split-media{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.split-media img{width:100%;height:100%;object-fit:cover;display:block;}
.split-badge{
  position:absolute;left:22px;bottom:22px;background:rgba(6,18,31,.86);
  color:#fff;border-radius:12px;padding:16px 20px;backdrop-filter:blur(4px);
}
.split-badge .num{font-family:var(--sans);font-weight:800;font-size:30px;color:#fff;line-height:1;}
.split-badge .lbl{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#aebbd0;margin-top:4px;}
.split-body h2{font-size:34px;margin-bottom:18px;line-height:1.18;}
.split-body h2 .accent{color:var(--red);}
.split-body p{color:var(--body);}
.split-actions{margin-top:26px;}

/* ---------- Card grids ---------- */
.grid{display:grid;gap:var(--gap);}
.grid-5{grid-template-columns:repeat(5,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:28px;box-shadow:var(--shadow-sm);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  display:flex;flex-direction:column;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7dce6;}
.card-icon{
  flex:0 0 auto;width:52px;height:52px;border-radius:12px;background:var(--red-soft);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--red);
}
.card-icon svg{width:26px;height:26px;display:block;}
.card h3{font-size:19px;color:var(--red);margin-bottom:10px;}
.card h4{font-size:18px;color:var(--red);margin-bottom:12px;line-height:1.3;}
.card p{font-size:15.5px;color:var(--body);margin:0;}
.card--feature{padding:34px;border-top:3px solid transparent;}
.card--feature:hover{border-top-color:var(--red);}
.card--feature .card-icon{
  width:auto;height:auto;background:none;border-radius:0;margin-bottom:24px;
  justify-content:flex-start;color:var(--navy);
}
.card--feature .card-icon svg{width:34px;height:34px;}
.card--feature h4{font-size:20px;line-height:1.32;color:var(--red);}
.card--feature p{font-size:16px;}

/* "What We Do" cards: icon on top, red heading, left-aligned text */
.card--wwd{padding:30px 26px;}
.card--wwd .card-icon{
  width:auto;height:auto;background:transparent;border:0;border-radius:0;margin-bottom:22px;
  justify-content:flex-start;color:var(--navy);
}
.card--wwd .card-icon svg{width:34px;height:34px;background:transparent;}
.card--wwd .card-text h3{font-size:19px;color:var(--red);margin-bottom:10px;line-height:1.25;}
.card--wwd .card-text p{font-size:15px;color:var(--body);}

/* ---------- Capabilities table ---------- */
.captable{
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);background:#fff;
}
.captable-head{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);}
.captable-head div{
  padding:18px 22px;color:#fff;font-family:var(--sans);font-weight:700;
  font-size:13px;letter-spacing:.06em;text-transform:uppercase;
}
.captable-head div:first-child{border-right:1px solid rgba(255,255,255,.12);}
.captable-body{display:grid;grid-template-columns:1fr 1fr;}
.captable-body>div{padding:18px 22px;border-top:1px solid var(--line);font-size:15px;}
.captable-body>div:nth-child(odd){border-right:1px solid var(--line);}
.captable-body strong{color:var(--ink);font-weight:700;}
.mono{font-family:'Courier New',monospace;color:var(--red);font-weight:700;}

/* ---------- Callout (TDP) ---------- */
.callout{
  border:1px solid #e7d9a8;background:#fcf8ea;border-left:5px solid #c8a12a;
  border-radius:12px;padding:30px 34px;max-width:920px;margin:0 auto;
}
.callout h3{font-size:21px;color:var(--ink);margin-bottom:12px;}
.callout p{font-size:15.5px;color:#5b5530;}
.callout ul{margin:10px 0 0;padding-left:20px;color:#5b5530;font-size:15.5px;}
.callout li{margin-bottom:6px;}
.callout--warn{border-color:#e7b8b6;background:#fcefee;border-left-color:var(--red);max-width:980px;}
.callout--warn h3{color:var(--red);}
.callout--warn p{color:#5b3030;}

/* ---------- Process timeline (light, horizontal) ---------- */
.timeline{
  position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;
  margin-top:20px;padding-top:8px;
}
.timeline-track{
  position:absolute;top:32px;left:12.5%;right:12.5%;height:1px;
  background:linear-gradient(90deg,transparent,var(--line) 8%,var(--line) 92%,transparent);
}
.tstep{position:relative;text-align:center;padding:0 6px;}
.tnum{
  position:relative;z-index:2;width:64px;height:64px;border-radius:50%;
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);
  display:flex;align-items:center;justify-content:center;margin:0 auto 22px;
  font-family:var(--sans);font-weight:800;font-size:18px;color:var(--ink);
}
.tstep h4{font-size:16px;color:var(--red);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;}
.tstep p{font-size:14px;color:var(--body);margin:0;line-height:1.6;}

/* ---------- Guiding Principles ---------- */
.principles-card{
  display:grid;grid-template-columns:1.25fr .75fr;
  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  background:#fff;border:1px solid var(--line);
}
.principles-main{padding:48px 46px;}
.principles-main h2{font-size:32px;color:var(--ink);margin-bottom:22px;}
.principles-main .quote{
  color:#3b4a63;font-size:17px;line-height:1.7;margin:0 0 26px;
}
.check-list{list-style:none;margin:0;padding:0;}
.check-list li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;color:var(--ink);font-size:15.5px;font-weight:600;}
.check-list li svg{flex:0 0 auto;width:20px;height:20px;color:var(--red);margin-top:2px;}
/* Defensive: inline list/check icons can never blow up to full size */
li > svg{max-width:24px;max-height:24px;}
.principles-aside{
  background:var(--navy);color:#cdd6e6;padding:48px 40px;
  display:flex;flex-direction:column;justify-content:center;
}
.aside-mark{
  width:58px;height:58px;border-radius:12px;background:rgba(184,12,9,.16);
  display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:#ff5b57;
}
.aside-mark svg{width:30px;height:30px;}
.principles-aside h3{font-size:21px;color:#fff;margin-bottom:14px;}
.principles-aside>p{font-size:15px;color:#aebbd0;line-height:1.7;margin:0 0 26px;}
.aside-stats{display:grid;gap:16px;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;}
.aside-stats .st-num{display:block;font-family:var(--sans);font-weight:800;font-size:16px;color:#fff;letter-spacing:.04em;}
.aside-stats .st-lbl{display:block;font-size:12.5px;color:#8ea0bd;margin-top:3px;}

/* ---------- Contact panel (dark) ---------- */
.contact-panel{
  background:var(--navy-deep);border-radius:var(--radius);
  padding:52px 48px;box-shadow:var(--shadow);
}
.contact-panel .eyebrow{margin-bottom:18px;}
.contact-intro{color:#aebbd0;font-size:17px;max-width:520px;margin:0 0 34px;line-height:1.7;}
.contact-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:720px;}
.contact-row{display:flex;gap:16px;align-items:flex-start;}
.contact-ic{
  flex:0 0 auto;width:44px;height:44px;border-radius:10px;background:rgba(184,12,9,.18);
  display:flex;align-items:center;justify-content:center;color:#ff5b57;
}
.contact-ic svg{width:22px;height:22px;}
.contact-row h4{color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;}
.contact-row p{color:#aebbd0;font-size:15px;margin:0;line-height:1.6;}
.contact-row a{color:#ff7d7a;}
.contact-actions{margin-top:34px;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-deep);color:#9fb0c8;padding:54px 0 30px;}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start;margin-bottom:34px;}
.footer-brand img{height:115px;width:auto;display:block;margin-bottom:16px;}
.footer-brand p{font-size:15px;color:#8294b0;max-width:480px;}
.footer-meta{font-size:13px;color:#7a8aa6;}
.footer-meta .chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;}
.footer-meta .chip{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  border-radius:6px;padding:6px 12px;font-family:var(--sans);font-size:12px;
  letter-spacing:.04em;color:#c2cee0;
}
.legal{
  border-top:1px solid rgba(255,255,255,.08);padding-top:22px;
  font-size:12.5px;line-height:1.7;color:#7080a0;
}
.legal strong{color:#9fb0c8;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);margin-top:22px;padding-top:20px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#6f7f9c;
}
.footer-bottom a:hover{color:#fff;}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px){
  .hero h1{font-size:48px;}
  .hero-grid{gap:32px;}
  .grid-5{grid-template-columns:repeat(3,1fr);}
  .section-head h2{font-size:32px;}
  .timeline{grid-template-columns:repeat(2,1fr);gap:36px 28px;}
  .timeline-track{display:none;}
}
@media (max-width:860px){
  .nav-links,.nav-cta.desktop-only{display:none;}
  .nav-toggle{display:block;}
  .nav-links.open{
    display:flex;flex-direction:column;position:absolute;top:74px;left:0;right:0;
    background:var(--navy);padding:18px 24px;gap:18px;border-bottom:1px solid rgba(255,255,255,.1);
  }
  .hero-grid{grid-template-columns:1fr;padding:80px 24px 84px;}
  .hero-reticle{order:-1;max-width:300px;margin:0 0 8px;}
  .split{grid-template-columns:1fr;gap:34px;}
  .split-media{order:-1;}
  .principles-card{grid-template-columns:1fr;}
  .contact-rows{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:1fr;}
  .grid-2{grid-template-columns:1fr;}
}
@media (max-width:640px){
  body{font-size:16px;}
  .section{padding:60px 0;}
  .wrap{padding:0 20px;}
  .hero-grid{padding:64px 20px 70px;}
  .hero h1{font-size:38px;}
  .hero p.lede{font-size:17px;}
  .section-head h2{font-size:27px;}
  .split-body h2{font-size:26px;}
  .grid-5,.grid-4{grid-template-columns:1fr;}
  .timeline{grid-template-columns:1fr;gap:30px;}
  .principles-main{padding:34px 26px;}
  .principles-aside{padding:34px 26px;}
  .contact-panel{padding:36px 26px;}
  .captable-head,.captable-body{grid-template-columns:1fr;}
  .captable-head div:first-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);}
  .captable-body>div:nth-child(odd){border-right:0;}
  .footer-bottom{flex-direction:column;}
  .hero-actions{flex-direction:column;align-items:flex-start;}
  .hero-actions .btn{width:100%;justify-content:center;}
}