/* Syntagma Logic Website Expansion v2 — additive styles only.
   Preserves existing look, colors, typography, and motion language.
   Builds around existing brand graphics — no redesign. */

/* —— Brain symbol dividers & watermarks —— */
.brain-divider{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:8px 0 0;
  opacity:.22;
  pointer-events:none;
}
.brain-divider img{
  width:42px;
  height:42px;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(147,92,255,.35));
}
.section-watermark{position:relative}
.section-watermark-img{
  position:absolute;
  right:-20px;
  top:40px;
  width:min(320px,36vw);
  opacity:.08;
  pointer-events:none;
  z-index:0;
  filter:drop-shadow(0 0 40px rgba(147,92,255,.25));
}
.section-watermark > *:not(.section-watermark-img){position:relative;z-index:1}

/* —— Brand architecture strip —— */
.brand-architecture{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:44px 0 18px;
}
.brand-arch-item{
  padding:22px 18px;
  border:1px solid #232a34;
  background:linear-gradient(145deg,#0a0d12,#06080b);
  text-align:center;
  transition:.25s;
}
.brand-arch-item:hover{
  transform:translateY(-3px);
  border-color:rgba(147,92,255,.4);
  box-shadow:0 0 24px rgba(147,92,255,.08);
}
.brand-arch-item img{
  width:72px;
  height:72px;
  object-fit:contain;
  margin:0 auto 14px;
  filter:drop-shadow(0 0 10px rgba(147,92,255,.2));
}
.brand-arch-item:first-child img{width:110px;height:48px}
.brand-arch-item small{
  display:block;
  font-size:9px;
  letter-spacing:.16em;
  color:var(--purple);
  font-weight:800;
  margin-bottom:8px;
}
.brand-arch-item:nth-child(2) small{color:var(--cyan)}
.brand-arch-item:nth-child(3) small{color:var(--red)}
.brand-arch-item:nth-child(4) small{color:var(--green)}
.brand-arch-item strong{
  display:block;
  font-family:Orbitron,Inter,sans-serif;
  font-size:13px;
  color:#fff;
  margin-bottom:8px;
}
.brand-arch-item span{
  display:block;
  font-size:12px;
  line-height:1.55;
  color:var(--muted);
}

/* —— About —— */
.about-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:44px;
}
.about-card{
  padding:31px;
  border:1px solid #252c36;
  background:linear-gradient(145deg,#090c10,#05070a);
  transition:.25s;
}
.about-card:hover{
  transform:translateY(-4px);
  border-color:var(--purple);
  box-shadow:0 0 28px rgba(147,92,255,.08);
}
.about-card span{
  font-size:10px;
  letter-spacing:.16em;
  color:var(--cyan);
  font-weight:800;
}
.about-card h3{
  margin:28px 0 12px;
  font-size:21px;
}
.about-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}
.about-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}
.about-pillar{
  padding:24px;
  border:1px solid #232a34;
  background:linear-gradient(145deg,#0a0d12,#06080b);
  transition:.25s;
}
.about-pillar:hover{
  transform:translateY(-3px);
  border-color:rgba(48,215,255,.35);
}
.about-pillar b{
  font-family:Orbitron,Inter,sans-serif;
  color:var(--purple);
  font-size:11px;
}
.about-pillar:nth-child(2) b{color:var(--cyan)}
.about-pillar:nth-child(3) b{color:var(--green)}
.about-pillar strong{
  display:block;
  font-family:Orbitron,Inter,sans-serif;
  font-size:15px;
  margin:18px 0 10px;
  color:#fff;
}
.about-pillar p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

/* —— Brain centerpiece expansion —— */
.brain-centerpiece{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  margin:44px 0 8px;
  padding:36px;
  border:1px solid #272f3a;
  background:linear-gradient(135deg,rgba(147,92,255,.07),rgba(48,215,255,.03),rgba(7,9,13,.96));
  box-shadow:0 0 40px rgba(147,92,255,.05);
}
.brain-centerpiece-copy h3{
  font-size:clamp(24px,2.6vw,34px);
  margin:12px 0 18px;
  line-height:1.15;
}
.brain-centerpiece-copy p{
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
  margin:0 0 14px;
}
.brain-centerpiece-copy p:last-child{margin-bottom:0}
.brain-centerpiece-points{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.brain-point{
  padding:16px 18px;
  border:1px solid #2a323e;
  background:rgba(3,5,7,.55);
  transition:.25s;
}
.brain-point:hover{
  border-color:rgba(48,215,255,.4);
  box-shadow:0 0 20px rgba(48,215,255,.08);
  transform:translateY(-2px);
}
.brain-point b{
  font-family:Orbitron,Inter,sans-serif;
  color:var(--purple);
  font-size:11px;
  margin-right:8px;
}
.brain-point:nth-child(2n) b{color:var(--cyan)}
.brain-point:nth-child(3) b,.brain-point:nth-child(4) b{color:var(--green)}
.brain-point strong{
  display:inline;
  color:#fff;
  font-size:14px;
}
.brain-point span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

/* —— Engineering principles —— */
.principles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.principle-card{
  min-height:220px;
  padding:24px;
  background:linear-gradient(145deg,#0a0d12,#06080b);
  border:1px solid #232a34;
  transition:.25s;
}
.principle-card:hover{
  transform:translateY(-4px);
  border-color:var(--purple);
  box-shadow:0 12px 36px rgba(0,0,0,.28),0 0 24px rgba(147,92,255,.08);
}
.principle-card b{
  font-family:Orbitron,Inter,sans-serif;
  color:var(--purple);
  font-size:11px;
}
.principle-card:nth-child(2n) b{color:var(--cyan)}
.principle-card:nth-child(3n) b{color:var(--green)}
.principle-card h3{
  font-size:18px;
  margin:28px 0 12px;
  line-height:1.25;
}
.principle-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

/* —— Products expansion —— */
/* Brain as engine badge — shared visual signature across every product */
.product-label-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.product-label-badge img{
  width:18px;
  height:18px;
  object-fit:contain;
  filter:drop-shadow(0 0 8px rgba(147,92,255,.55));
}
.product-art .product-brain-watermark{
  position:absolute;
  left:50%;
  top:50%;
  width:min(58%,320px);
  height:auto;
  max-height:58%;
  object-fit:contain;
  transform:translate(-50%,-50%);
  opacity:.07;
  z-index:1;
  pointer-events:none;
  filter:drop-shadow(0 0 28px rgba(147,92,255,.25));
}
.product-jwp .product-brain-watermark{
  opacity:.08;
  filter:drop-shadow(0 0 30px rgba(255,64,95,.18));
}
.product-shield .product-brain-watermark{
  opacity:.08;
  filter:drop-shadow(0 0 30px rgba(48,215,255,.2));
}
.products-bridge{
  padding:28px 34px;
  margin-bottom:8px;
  border-left:3px solid var(--purple);
  background:linear-gradient(90deg,rgba(147,92,255,.06),transparent);
}
.products-bridge p{
  margin:0;
  max-width:1000px;
  font-size:18px;
  line-height:1.7;
  color:#c5ccd5;
}
.products-bridge strong{color:#fff}
.product-block{margin-top:18px}
.product-block small{
  display:block;
  font-size:10px;
  letter-spacing:.16em;
  color:#8e98a5;
  font-weight:800;
  margin-bottom:10px;
}
.product-block p{
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
  margin:0;
}
.product-block .capabilities{margin:0 0 8px}

/* —— Technology expansion —— */
.tech-copy-expand{
  margin-top:18px;
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
}

/* —— Built to Grow / Future Products —— */
.grow-section{
  background:linear-gradient(180deg,rgba(8,10,14,.94),rgba(3,4,6,.97));
  border-top:1px solid #1c222b;
  border-bottom:1px solid #1c222b;
}
.grow-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:44px;
}
.grow-today,.grow-tomorrow{
  padding:36px;
  background:#080a0e;
  border:1px solid #282f3a;
  transition:.25s;
}
.grow-today{border-top:3px solid var(--cyan)}
.grow-tomorrow{border-top:3px solid var(--purple)}
.grow-today:hover,.grow-tomorrow:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.grow-today small,.grow-tomorrow small{
  font-size:10px;
  letter-spacing:.17em;
  color:#8e98a5;
  font-weight:800;
}
.grow-today h3,.grow-tomorrow h3{
  font-size:24px;
  margin:22px 0 18px;
}
.grow-signature{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  padding:10px 12px;
  border:1px solid #2a323e;
  background:rgba(147,92,255,.05);
}
.grow-signature img{
  width:22px;
  height:22px;
  object-fit:contain;
  filter:drop-shadow(0 0 8px rgba(147,92,255,.45));
}
.grow-signature span{
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#c5ccd5;
  font-weight:700;
}
.grow-today ul{
  margin:0 0 20px;
  padding:0;
  list-style:none;
}
.grow-today li{
  padding:12px 0;
  border-top:1px solid #252c36;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.grow-today li:last-child{border-bottom:1px solid #252c36}
.grow-today li strong{color:#fff}
.grow-today p,.grow-tomorrow p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:15px;
}
.grow-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 22px;
}
.grow-tags span{
  padding:9px 12px;
  border:1px solid #303947;
  background:#0c1016;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#dce3ec;
  transition:.2s;
}
.grow-tags span:hover{
  border-color:var(--cyan);
  color:#fff;
  box-shadow:0 0 16px rgba(48,215,255,.12);
}
.grow-closing{
  margin-top:18px;
  padding:28px 34px;
  border:1px solid #252c36;
  background:linear-gradient(90deg,rgba(120,255,60,.04),transparent);
  border-left:3px solid var(--green);
}
.grow-closing p{
  margin:0;
  max-width:1000px;
  font-size:17px;
  line-height:1.7;
  color:#c5ccd5;
}

/* —— Looking Ahead —— */
.ahead-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:44px;
}
.ahead-card{
  padding:31px;
  border:1px solid #252c36;
  background:linear-gradient(145deg,#090c10,#05070a);
  transition:.25s;
}
.ahead-card:hover{
  transform:translateY(-4px);
  border-color:rgba(48,215,255,.35);
  box-shadow:0 0 28px rgba(48,215,255,.06);
}
.ahead-card span{
  font-size:10px;
  letter-spacing:.16em;
  color:var(--green);
  font-weight:800;
}
.ahead-card:nth-child(2) span{color:var(--cyan)}
.ahead-card:nth-child(3) span{color:var(--purple)}
.ahead-card:nth-child(4) span{color:var(--cyan)}
.ahead-card h3{
  margin:28px 0 12px;
  font-size:21px;
}
.ahead-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}

/*
  ===== Stage panel HUD glass =====
  REVERT: Delete this entire block to restore the solid panel
  (exact solid look saved in stage-panel-solid-backup.css).
  Position + size are NOT changed here — only transparency/glow.
*/
.stage-panel,
#stagePanel{
  background:rgba(8,12,18,.58) !important;
  background-image:none !important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(48,215,255,.18) !important;
  border-left:3px solid var(--cyan) !important;
  box-shadow:
    0 0 18px rgba(0,0,0,.20),
    0 0 10px rgba(48,215,255,.08),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
  transition:box-shadow .28s ease,border-color .28s ease;
}
.stage-panel h3{
  color:#f5f7fa;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}
.stage-panel p{
  color:rgba(220,226,235,.94);
  text-shadow:0 1px 6px rgba(0,0,0,.3);
}
.stage-panel.panel-pulse{
  animation:panelStagePulse .28s ease-out;
  border-color:rgba(var(--panel-glow, 48,215,255),.45) !important;
  box-shadow:
    0 0 30px rgba(0,0,0,.28),
    0 0 22px rgba(var(--panel-glow, 48,215,255),.38),
    0 0 36px rgba(var(--panel-glow, 48,215,255),.18),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}
@keyframes panelStagePulse{
  0%{box-shadow:0 0 30px rgba(0,0,0,.28),0 0 8px transparent}
  40%{
    box-shadow:
      0 0 28px rgba(0,0,0,.26),
      0 0 26px rgba(var(--panel-glow, 48,215,255),.42),
      0 0 40px rgba(var(--panel-glow, 48,215,255),.22);
  }
  100%{
    box-shadow:
      0 0 30px rgba(0,0,0,.28),
      0 0 18px rgba(48,215,255,.1);
  }
}
@media (prefers-reduced-motion:reduce){
  .stage-panel.panel-pulse{animation:none}
}

/* —— Purchase destination (JWP Virtual PC Repair) —— */
.product-purchase{
  margin:22px 0 16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.product-purchase .btn{
  text-align:center;
  justify-content:center;
}
.purchase-note{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.5 !important;
  color:#8e98a5 !important;
  max-width:360px;
}

/* —— Hero fix A: keep full process sequence on one desktop line —— */
@media (min-width:981px){
  .hero-copy .method-line{
    white-space:nowrap;
    font-size:clamp(9.5px,1.05vw,11.5px);
    letter-spacing:.035em;
    line-height:1.35;
    margin:22px 0 16px;
  }
  .hero-copy .method-line i{
    padding:0 2px;
  }
}

/* Mid-desktop: slightly tighter method line if hero column is narrower */
@media (min-width:981px) and (max-width:1180px){
  .hero-copy .method-line{
    font-size:9.5px;
    letter-spacing:.02em;
  }
}

/* —— Responsive (match existing breakpoints) —— */
@media(max-width:980px){
  .about-grid,
  .about-pillars,
  .principles-grid,
  .brain-centerpiece,
  .grow-layout,
  .ahead-grid,
  .brand-architecture{
    grid-template-columns:1fr 1fr;
  }
  .brain-centerpiece{padding:28px}
  .section-watermark-img{opacity:.06;width:min(240px,40vw)}
}
@media(max-width:620px){
  .about-grid,
  .about-pillars,
  .principles-grid,
  .brain-centerpiece,
  .grow-layout,
  .ahead-grid,
  .brand-architecture{
    grid-template-columns:1fr;
  }
  .about-card,
  .ahead-card{padding:24px}
  .about-pillar,
  .principle-card{min-height:0;padding:21px}
  .brain-centerpiece{padding:22px;margin-top:28px}
  .brain-centerpiece-copy h3{font-size:24px}
  .brain-centerpiece-copy p,
  .tech-copy-expand,
  .grow-closing p,
  .product-block p{font-size:15px}
  .products-bridge{padding:23px 20px}
  .products-bridge p{font-size:16px;line-height:1.6}
  .grow-today,
  .grow-tomorrow{padding:24px 20px}
  .grow-closing{padding:23px 20px}
  .section-watermark-img{display:none}
  .brain-divider img{width:34px;height:34px}
  .brand-arch-item img{width:64px;height:64px}
  .brand-arch-item:first-child img{width:100px;height:42px}
  .product-purchase .btn{width:100%}
  .purchase-note{font-size:11px !important}
}
@media(prefers-reduced-motion:reduce){
  .about-card,
  .about-pillar,
  .principle-card,
  .brain-point,
  .grow-today,
  .grow-tomorrow,
  .ahead-card,
  .grow-tags span,
  .brand-arch-item{
    transition:none !important;
  }
}
