:root{
  --ndr-red:#F97316;;      /* screenshot ke close */
  --ndr-text:#5f5f5f;
  --ndr-dark:#2b2b2b;

  --ndr-white:#ffffff;
  --ndr-black:#0b0b0b;
  --ndr-overlay: rgba(0,0,0,.45);     /* full hero subtle shade */
  --ndr-panel: rgba(0,0,0,.55);       /* dark box behind text */
  
  --nd-red: #F97316;;       /* maroon/red tone */
  --nd-red-dark:#F97316;;
  --nd-text:#5f5f5f;
  --nd-title:#a63a37;
  --nd-line:#d9d9d9;
  --nd-strip-h: 120px;


}

*{ box-sizing:border-box; }

body{
  font-family: "Oswald", sans-serif;
}
/* ===== SNC Squared Story Page (CSS) ===== */
.snc-story-page{
  background:#fff;
  padding: 60px 0 80px;
}

.snc-story-container{
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
}

/* Typography matches the “clean/longform” look */
.snc-story-title{
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color:var(--nd-red);
}

.snc-story-lead{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color:#5e5e5e;
}

.snc-story-container p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color:#6a6a6a;
}

.snc-story-h2{
  margin: 28px 0 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color:var(--nd-red);
}

/* Small responsive tweaks */
@media (max-width: 768px){
  .snc-story-container{
    width: min(980px, calc(100% - 32px));
  }
  .snc-story-title{
    font-size: 30px;
  }
}
