.elijah-project-system{
  --bg:#090c10;
  --surface:#11161c;
  --surface-2:#151b22;
  --ink:#f1f3f6;
  --muted:#9ca6b2;
  --line:#27313c;
  --blue:#5e8df6;
  --blue-2:#8cabff;
  --warm:#b79b73;
  --green:#74b89a;
  --max:1180px;
  --shadow:0 22px 60px rgba(0,0,0,.34);

  position:relative;
  overflow:hidden;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}

.elijah-project-system::before{
  content:none;
}

.elijah-project-system > *{
  position:relative;
  z-index:1;
}

.elijah-project-system *,
.elijah-project-system *::before,
.elijah-project-system *::after{
  box-sizing:border-box;
}

.elijah-project-system a{
  color:inherit;
  text-decoration:none;
}

.elijah-project-system .container{
  width:min(calc(100% - 40px),var(--max));
  margin:0 auto;
}

.elijah-project-system .eyebrow{
  text-transform:uppercase;
  letter-spacing:0;
  font-size:12px;
  font-weight:760;
  color:var(--blue-2);
}

.elijah-project-system .hero{
  padding:82px 0 70px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:56px;
  align-items:center;
}

.elijah-project-system .hero-copy{
  min-width:0;
}

.elijah-project-system .hero h1{
  margin:14px 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:64px;
  line-height:.99;
  letter-spacing:0;
  font-weight:500;
  text-wrap:balance;
}

.elijah-project-system .hero p{
  margin:0;
  color:var(--muted);
  font-size:19px;
  max-width:700px;
}

.elijah-project-system .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.elijah-project-system .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--line);
  font-size:14px;
  font-weight:680;
  transition:.2s ease;
}

.elijah-project-system .btn:hover{
  transform:translateY(-1px);
}

.elijah-project-system .btn-primary{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}

.elijah-project-system .btn-secondary{
  background:rgba(255,255,255,.03);
  color:var(--ink);
}

.elijah-project-system .delivery-board{
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  background:
    linear-gradient(155deg,#151d27,#0e1319);
  box-shadow:var(--shadow);
}

.elijah-project-system .board-label{
  color:var(--blue-2);
  text-transform:uppercase;
  letter-spacing:0;
  font-size:12px;
  font-weight:760;
  margin-bottom:18px;
}

.elijah-project-system .board-section{
  padding:16px 0;
  border-top:1px solid var(--line);
}

.elijah-project-system .board-section:first-of-type{
  border-top:0;
}

.elijah-project-system .board-section small{
  display:block;
  margin-bottom:10px;
  color:var(--warm);
  font-size:10px;
  font-weight:760;
  letter-spacing:0;
}

.elijah-project-system .board-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.elijah-project-system .board-row span{
  padding:13px 10px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.018);
  text-align:center;
  color:#c8d0d8;
  font-size:12px;
}

.elijah-project-system .board-strip{
  margin-top:14px;
  padding:15px 16px;
  border-radius:14px;
  border:1px solid rgba(94,141,246,.18);
  background:rgba(94,141,246,.05);
  color:#bdc9e6;
  text-align:center;
  font-size:12px;
}

.elijah-project-system .section{
  padding:108px 0;
}

.elijah-project-system .section-alt{
  background:#0e1216;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.elijah-project-system .section-header{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:64px;
  margin-bottom:52px;
}

.elijah-project-system .section-header h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.04;
  letter-spacing:0;
  font-weight:500;
}

.elijah-project-system .section-header p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  max-width:720px;
}

/* Media */
.elijah-project-system .media-section{
  padding:28px 0 18px;
}

.elijah-project-system .media-figure{
  margin:0;
}

.elijah-project-system .project-image{
  border:1px solid rgba(140,171,255,.18);
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(155deg,rgba(94,141,246,.04),rgba(183,155,115,.025));
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}

.elijah-project-system .project-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:24px;
}

.elijah-project-system .video-frame{
  width:100%;
  border:1px solid rgba(140,171,255,.18);
  border-radius:24px;
  overflow:hidden;
  background:#05070a;
  box-shadow:0 22px 60px rgba(0,0,0,.26);
}

.elijah-project-system .video-frame video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#05070a;
}

/* Principles */
.elijah-project-system .principle-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.elijah-project-system .principle-card{
  min-height:250px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--surface);
}

.elijah-project-system .principle-card small{
  color:var(--blue-2);
  font-weight:750;
  letter-spacing:0;
}

.elijah-project-system .principle-card h3{
  margin:32px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:500;
}

.elijah-project-system .principle-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Components */
.elijah-project-system .component-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.elijah-project-system .component-card{
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(155deg,#131a22,#0f141a);
}

.elijah-project-system .component-card small{
  color:var(--warm);
  font-weight:760;
  letter-spacing:0;
}

.elijah-project-system .component-card h3{
  margin:14px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:500;
}

.elijah-project-system .component-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Lifecycle */
.elijah-project-system .lifecycle-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.elijah-project-system .lifecycle-card{
  min-height:260px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:var(--surface);
  position:relative;
  overflow:hidden;
}

.elijah-project-system .lifecycle-card::after{
  content:none;
}

.elijah-project-system .lifecycle-card small{
  color:var(--blue-2);
  font-weight:760;
  letter-spacing:0;
}

.elijah-project-system .lifecycle-card h3{
  margin:32px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  font-weight:500;
}

.elijah-project-system .lifecycle-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Control System */
.elijah-project-system .control-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.elijah-project-system .control-card{
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.014);
}

.elijah-project-system .control-card small{
  color:var(--blue-2);
  font-size:11px;
  font-weight:760;
  letter-spacing:0;
}

.elijah-project-system .control-card h3{
  margin:16px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  font-weight:500;
}

.elijah-project-system .control-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Delivery Example */
.elijah-project-system .example-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.elijah-project-system .example-card{
  min-height:235px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(155deg,#121922,#0f141a);
}

.elijah-project-system .example-card small{
  color:var(--green);
  font-weight:760;
  letter-spacing:0;
}

.elijah-project-system .example-card h3{
  margin:28px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:500;
}

.elijah-project-system .example-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Boundary */
.elijah-project-system .boundary{
  padding:42px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    linear-gradient(145deg,#151c24,#10151b);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.elijah-project-system .boundary h2{
  margin:12px 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  line-height:1.05;
  font-weight:500;
}

.elijah-project-system .boundary p{
  margin:0;
  color:var(--muted);
}

.elijah-project-system .boundary-list{
  display:grid;
  gap:12px;
}

.elijah-project-system .boundary-item{
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.02);
}

.elijah-project-system .boundary-item strong{
  display:block;
  margin-bottom:5px;
}

.elijah-project-system .boundary-item span{
  color:var(--muted);
  font-size:14px;
}

/* Closing */
.elijah-project-system .closing{
  margin-bottom:90px;
  padding:48px;
  border-radius:30px;
  border:1px solid var(--line);
  background:
    linear-gradient(145deg,#17202b,#11161c);
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:end;
}

.elijah-project-system .closing h2{
  margin:12px 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.02;
  font-weight:500;
}

.elijah-project-system .closing p{
  margin:0;
  color:var(--muted);
}

.elijah-project-system .closing-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

@media(max-width:1040px){
  .elijah-project-system .hero{
    grid-template-columns:1fr;
    gap:34px;
  }

  .elijah-project-system .delivery-board{
    max-width:760px;
  }
}

@media(max-width:980px){
  .elijah-project-system .section-header{
    grid-template-columns:1fr;
    gap:20px;
  }

  .elijah-project-system .principle-grid,
  .elijah-project-system .example-flow{
    grid-template-columns:repeat(2,1fr);
  }

  .elijah-project-system .lifecycle-grid{
    grid-template-columns:1fr;
  }

  .elijah-project-system .control-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .elijah-project-system .boundary,
  .elijah-project-system .closing{
    grid-template-columns:1fr;
  }

  .elijah-project-system .closing-links{
    justify-content:flex-start;
  }
}

@media(max-width:720px){
  .elijah-project-system .container{
    width:min(calc(100% - 28px),var(--max));
  }

  .elijah-project-system .hero h1{
    font-size:46px;
  }

  .elijah-project-system .section{
    padding:78px 0;
  }

  .elijah-project-system .board-row,
  .elijah-project-system .principle-grid,
  .elijah-project-system .component-grid,
  .elijah-project-system .control-grid,
  .elijah-project-system .example-flow{
    grid-template-columns:1fr;
  }

  .elijah-project-system .closing,
  .elijah-project-system .boundary{
    padding:30px;
  }
}

/* Content width and spacing within the shared management template. */
body .site-main:has(.elijah-project-system) {
  width: 100%;
  max-width: none;
  padding: 0;
}

.elijah-project-system :is(.hero, .section-header, .board-row, .principle-grid,
  .component-grid, .lifecycle-grid, .control-grid, .example-flow, .boundary,
  .closing) > * {
  min-width: 0;
}

.elijah-project-system :is(p, a, small, span, strong, li) {
  overflow-wrap: anywhere;
}

.elijah-project-system .btn {
  text-align: center;
  padding-block: 10px;
}

.elijah-project-system .btn-primary {
  color: #090c10;
}

/* Keep the labels readable in the narrow desktop hero column. */
.elijah-project-system .board-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1040px) {
  .elijah-project-system .hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 720px) {
  .elijah-project-system .hero {
    padding-top: 58px;
  }

  .elijah-project-system .hero h1 {
    font-size: 40px;
  }

  .elijah-project-system :is(.section-header, .boundary, .closing) h2 {
    font-size: 32px;
  }

  .elijah-project-system :is(.delivery-board, .component-card, .lifecycle-card) {
    padding: 24px;
  }

  .elijah-project-system .board-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .elijah-project-system .btn {
    transition: none;
    transform: none;
  }
}
