/* ARABISK V19.47 — final Insights micro-polish + stable About story finale */

/* Insights hub: preserve approved grid; fix only 2-line title clipping. */
body[data-page="insights"] .a1946-small-copy h3{
  line-height:1.14!important;
  margin:7px 0 5px!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  text-overflow:ellipsis;
  padding-bottom:2px;
}
body[data-page="insights"] .a1946-small-copy p{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin:0!important;
}

/* Insight articles: slightly calmer CTA headline; keep everything else unchanged. */
body[data-page="insight"] .a1946-insight-cta h2{
  font-size:clamp(36px,4.35vw,61px)!important;
  line-height:.98!important;
}

/* About story finale: same scene, no recenter/jump. */
body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-piece-canvas{
  transform:none!important;
  will-change:filter,opacity;
}
body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-final-copy{
  left:clamp(32px,6vw,112px)!important;
  right:auto!important;
  top:50%!important;
  width:min(540px,38vw)!important;
  text-align:left!important;
  transform:translateY(calc(-50% + (1 - var(--a1945-final-copy,0))*14px))!important;
}
body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-final-copy h3{
  font-size:clamp(42px,4.8vw,72px)!important;
  line-height:.92!important;
  max-width:540px;
}
body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-progress{
  opacity:calc(1 - var(--a1945-final,0));
  transition:opacity .7s ease;
}
body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-piece-canvas{
  filter:drop-shadow(0 0 calc(8px + var(--a1945-final,0) * 22px) rgba(212,170,79,calc(.06 + var(--a1945-final,0) * .24)))!important;
}
@media(max-width:980px){
  body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-final-copy{
    left:36px!important;
    width:min(440px,42vw)!important;
  }
}
@media(max-width:760px){
  body[data-page="about"] #our-story.a1945-story-scroll .a1945-story-final-copy{display:none!important}
}
