/* Content-led layouts for Atheer Insights feature articles */

.insight-feature{
  --feature-accent:var(--caramel);
  --feature-accent-soft:rgba(201,153,107,.14);
  --feature-line:rgba(92,79,74,.18);
  background:var(--cream);
}

.feature-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:clamp(520px,72vh,760px);
  padding:clamp(145px,17vw,205px) var(--pad) clamp(70px,9vw,110px);
  display:flex;
  align-items:flex-end;
  color:var(--white);
  background:var(--dark);
}
.feature-hero:before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  background:linear-gradient(125deg,rgba(20,33,31,.2),rgba(38,63,59,.95) 58%,rgba(25,43,40,.98));
}
.feature-hero__inner{position:relative;z-index:2;width:min(100%,1120px);margin:0 auto}
.feature-hero__art{position:absolute;z-index:-1;inset:0;pointer-events:none;overflow:hidden}
.feature-hero .back-link{margin-bottom:30px;color:#d8d2ce}
.feature-hero .back-link:hover{color:var(--feature-accent)}
.feature-hero .feed-meta{margin:0 0 24px;flex-wrap:wrap}
.feature-hero .tag{color:#f1dfce;border-color:var(--feature-accent)}
.feature-hero .article-byline{color:#f1dfce;font-size:11.5px;letter-spacing:.02em}
.feature-hero .publication-date{color:#d8d2ce;font-size:11.5px;letter-spacing:.02em}
.feature-hero .read-time{color:#d8d2ce}
.feature-hero .new-chip{color:#f5e2cf;background:rgba(201,153,107,.18)}
.feature-hero h1{
  max-width:980px;
  margin:0 0 24px;
  color:#fff;
  font:500 clamp(38px,5.4vw,72px)/1.18 var(--en-heading);
  letter-spacing:-.035em;
  text-wrap:balance;
}
.feature-hero .dek{
  max-width:790px;
  margin:0;
  color:#ddd7d2;
  font:300 clamp(16px,1.65vw,20px)/1.85 var(--en-body);
}
html[lang="ar"] .feature-hero h1{font-family:var(--ar-heading);line-height:1.45;letter-spacing:0}
html[lang="ar"] .feature-hero .dek{font-family:var(--ar-body);line-height:2}
html[lang="ar"] .feature-hero .publication-date{letter-spacing:0}

.feature-body{
  width:min(100%,1120px);
  max-width:1120px;
  box-sizing:border-box;
  margin:0 auto;
  padding:clamp(64px,8vw,105px) var(--pad) clamp(80px,10vw,130px);
}
.feature-prose{max-width:760px;margin-inline:auto}
.feature-body p{
  margin:0 0 26px;
  color:#5f544f;
  font:400 clamp(15.5px,1.35vw,17px)/1.9 var(--en-body);
}
.feature-body>p:not(.pull-quote):not(.article-ending),
.feature-body>.signal-line{max-width:760px;margin-inline:auto}
html[lang="ar"] .feature-body p{font-family:var(--ar-body);line-height:2.05}
.feature-body bdi{unicode-bidi:isolate}
.feature-body .signal-line{
  color:var(--ink);
  font-size:clamp(22px,3vw,34px);
  font-weight:500;
  line-height:1.55;
  margin:0 auto 38px;
}
.content-panel{
  min-width:0;
  padding:clamp(26px,3vw,38px);
  border:1px solid var(--feature-line);
  background:#f6f3f0;
}
.content-panel p:last-child{margin-bottom:0}
.editorial-row{
  display:grid;
  grid-template-columns:minmax(210px,270px) minmax(0,1fr);
  gap:clamp(38px,6vw,82px);
  align-items:start;
  max-width:1000px;
  margin:clamp(56px,8vw,88px) auto;
}
.editorial-row .feature-prose{max-width:700px;margin:0}
.pull-quote{
  position:relative;
  margin:0!important;
  padding:24px 0 0!important;
  color:var(--ink)!important;
  border-top:2px solid var(--feature-accent);
  background:transparent;
}
.pull-quote:before{
  content:"";
  position:absolute;
  top:-2px;
  inset-inline-start:0;
  width:54px;
  height:2px;
  background:var(--dark);
}
.pull-quote p{
  margin:0!important;
  color:var(--ink)!important;
  font-size:clamp(18.5px,1.5vw,21.5px)!important;
  font-style:italic!important;
  font-weight:500!important;
  line-height:1.62!important;
}

/* Automated-translation disclosure */
.article-translation-note{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:920px;
  margin:0 auto clamp(28px,4vw,40px);
  padding:14px 18px;
  border:1px solid rgba(138,104,69,.2);
  border-inline-start:3px solid var(--feature-accent);
  background:linear-gradient(135deg,rgba(210,160,110,.1),rgba(145,170,161,.06));
}
.article-translation-note__mark{
  flex:0 0 auto;
  direction:ltr;
  color:#8a6845;
  font:600 10px/1 var(--en-body);
  letter-spacing:.08em;
}
.feature-body .article-translation-note p{
  margin:0;
  color:#655b56;
  font-size:13.5px;
  line-height:1.9;
}
html[lang="ar"] .feature-body .article-translation-note p{font-family:var(--ar-body);line-height:2}

/* Editorial summary */
.article-tldr{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "title ai"
    "content content";
  gap:22px clamp(24px,4vw,42px);
  max-width:920px;
  margin:0 auto clamp(58px,8vw,90px);
  padding:clamp(28px,4vw,42px) clamp(24px,4.5vw,48px);
  border:1px solid var(--feature-line);
  border-top:3px solid var(--feature-accent);
  background:#f6f3f0;
  box-shadow:0 18px 48px rgba(38,63,59,.055);
  cursor:default;
  transform-origin:center;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.article-tldr:hover,
.article-tldr:focus-visible{
  transform:scale(1.012);
  border-color:rgba(138,104,69,.32);
  box-shadow:0 24px 58px rgba(38,63,59,.09);
  outline:none;
}
.article-tldr:focus-visible{outline:2px solid rgba(201,153,107,.5);outline-offset:4px}
.article-tldr:active{transform:scale(1.006)}
.article-tldr__label,
.article-body .article-tldr__label{
  grid-area:title;
  align-self:center;
  margin:0;
  color:var(--ink);
  font:500 clamp(24px,2.4vw,30px)/1.2 var(--en-heading);
  letter-spacing:.015em;
  text-transform:none;
}
html[lang="ar"] .article-tldr__label,
html[lang="ar"] .article-body .article-tldr__label{
  font:500 clamp(25px,2.6vw,32px)/1.45 var(--ar-heading);
  letter-spacing:0;
}
.article-tldr__ai{
  grid-area:ai;
  align-self:center;
  justify-self:start;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0;
  padding:8px 12px;
  color:#4e675f;
  border:1px solid rgba(92,118,109,.24);
  border-radius:999px;
  background:rgba(145,170,161,.1);
  font:600 11.5px/1.4 var(--en-body);
  white-space:nowrap;
}
html[lang="ar"] .article-tldr__ai{font-family:var(--ar-body)}
.article-tldr__spark{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
  color:#a66f3d;
}
.article-tldr__spark:before{content:"✦";font-size:20px;line-height:1}
.article-tldr__spark:after{
  content:"✦";
  position:absolute;
  inset-block-start:-2px;
  inset-inline-end:-2px;
  color:var(--feature-accent);
  font-size:8px;
  line-height:1;
}
.article-tldr__content{grid-area:content}
.article-tldr__content>*:last-child{margin-bottom:0}
.article-tldr__content p{color:#463f3b;font-size:clamp(15.5px,1.35vw,17px);line-height:1.9}
.article-tldr ul{margin:0;padding-inline-start:1.2em}
.article-tldr li{margin-bottom:10px;color:#514944;font:400 15.5px/1.85 var(--en-body)}
html[lang="ar"] .article-tldr li{font-family:var(--ar-body);line-height:2}

/* Long-form article rhythm */
.feature-body .article-section,
.feature-body .article-sources,
.feature-body .article-playbook{
  max-width:760px;
  margin-inline:auto;
}
.feature-body .article-section{margin-top:clamp(54px,7vw,78px)}
.feature-body .article-section:first-child{margin-top:0}
.feature-body .article-executive-summary{margin-top:0}
.feature-body .article-executive-summary>h2:first-child{margin-top:0}
.feature-body h2:not(.article-tldr__label),
.feature-body h3{
  color:var(--ink);
  font-weight:500;
  text-wrap:balance;
}
.feature-body h2:not(.article-tldr__label){
  margin:clamp(58px,7vw,80px) 0 22px;
  font:500 clamp(25px,2.8vw,34px)/1.4 var(--en-heading);
  letter-spacing:-.018em;
}
.feature-body h3{
  margin:34px 0 15px;
  font:500 clamp(19px,2vw,24px)/1.5 var(--en-heading);
}
html[lang="ar"] .feature-body h2:not(.article-tldr__label),
html[lang="ar"] .feature-body h3{
  font-family:var(--ar-heading);
  line-height:1.75;
  letter-spacing:0;
}
.feature-body ol:not(.pattern-stack),
.feature-body ul:not(.pattern-stack){
  max-width:760px;
  margin:20px auto 34px;
  padding-inline-start:1.45em;
}
.feature-body ol:not(.pattern-stack) li,
.feature-body ul:not(.pattern-stack) li{
  margin-bottom:13px;
  padding-inline-start:8px;
  color:#5f544f;
  font:400 15.5px/1.95 var(--en-body);
}
html[lang="ar"] .feature-body ol:not(.pattern-stack) li,
html[lang="ar"] .feature-body ul:not(.pattern-stack) li{
  font-family:var(--ar-body);
  line-height:2.05;
}
.feature-body ol:not(.pattern-stack) li::marker{color:#8a6845;font-weight:600}
.article-sources{
  margin-top:clamp(64px,8vw,92px)!important;
  padding-top:24px;
  border-top:1px solid var(--feature-line);
}
.feature-body .article-sources h2{
  margin:0 0 12px;
  color:#8e8580;
  font:600 11px/1.5 var(--en-body);
  letter-spacing:.14em;
  text-transform:uppercase;
}
html[lang="ar"] .feature-body .article-sources h2{
  font-family:var(--ar-heading);
  letter-spacing:0;
  text-transform:none;
}
.feature-body .article-sources p,
.feature-body .article-sources li{
  margin:0;
  color:#857b76;
  font-size:12.5px;
  line-height:1.9;
}
.feature-body .article-sources ul{
  max-width:none;
  margin:0;
  padding:0;
  list-style:none;
}
.feature-body .article-sources li{position:relative;padding-inline-start:18px}
.feature-body .article-sources li>span[aria-hidden="true"]{position:absolute;inset-inline-start:0}
.article-ending{
  margin-top:clamp(52px,7vw,80px);
  padding:clamp(32px,5vw,58px);
  color:#fff;
  background:var(--dark);
  box-shadow:inset 4px 0 0 var(--feature-accent);
}
html[dir="rtl"] .article-ending{box-shadow:inset -4px 0 0 var(--feature-accent)}
.article-ending p,.article-ending:is(p){margin:0!important;color:#f1eeeb!important;font-size:clamp(17px,1.8vw,21px)!important;line-height:2!important}
.article-ending p+p{margin-top:20px!important}

/* Oil: six recurring patterns */
.insight-feature--oil{--feature-accent:#d2a06e;--feature-accent-soft:rgba(210,160,110,.16)}
.insight-feature--oil .feature-hero__art:before,
.insight-feature--oil .feature-hero__art:after{
  content:"";
  position:absolute;
  border-radius:43% 57% 61% 39% / 58% 35% 65% 42%;
  transform:rotate(-18deg);
}
.insight-feature--oil .feature-hero__art:before{
  width:min(64vw,820px);height:min(64vw,820px);inset-inline-end:-16%;top:-28%;
  background:radial-gradient(circle at 38% 35%,rgba(201,153,107,.28),rgba(92,118,109,.13) 36%,rgba(0,0,0,.18) 62%,transparent 63%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 92px rgba(255,255,255,.018);
}
.insight-feature--oil .feature-hero__art:after{
  width:320px;height:210px;inset-inline-start:-100px;bottom:-70px;
  border:1px solid rgba(201,153,107,.24);
  box-shadow:0 0 0 28px rgba(201,153,107,.035),0 0 0 62px rgba(201,153,107,.02);
}
.oil-patterns-section{max-width:1000px;margin:clamp(78px,10vw,118px) auto}
.oil-patterns-heading{
  display:grid;
  grid-template-columns:minmax(108px,170px) minmax(0,1fr);
  gap:clamp(28px,5vw,62px);
  align-items:end;
  padding-bottom:clamp(28px,4vw,42px);
  border-bottom:1px solid var(--feature-line);
}
.oil-patterns-count{
  color:var(--feature-accent);
  font:300 clamp(72px,9vw,118px)/.72 var(--en-heading);
  letter-spacing:-.07em;
}
.feature-body .oil-patterns-heading h2{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.25;
}
.oil-patterns-heading p{margin:0;color:#6d625d;font-size:15px}
html[lang="ar"] .oil-patterns-count{font-family:var(--ar-heading);letter-spacing:0}
html[lang="ar"] .oil-patterns-heading p{font-family:var(--ar-body)}
.pattern-stack{
  display:grid;
  gap:18px;
  max-width:none;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.pattern-stack li{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(96px,132px) minmax(0,1fr);
  gap:clamp(26px,4vw,52px);
  min-width:0;
  padding:clamp(32px,4.5vw,52px);
  border:1px solid rgba(92,79,74,.16);
  background:linear-gradient(135deg,#faf8f6 0%,#f5f1ee 100%);
  box-shadow:0 13px 35px rgba(38,63,59,.035);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.pattern-stack li:nth-child(even){margin-inline-start:clamp(0px,4vw,44px);background:linear-gradient(135deg,#f0eeea 0%,#f7f4f1 100%)}
.pattern-stack li:nth-child(odd){margin-inline-end:clamp(0px,4vw,44px)}
.pattern-stack li:hover{
  z-index:2;
  transform:translateY(-5px);
  border-color:rgba(210,160,110,.5);
  box-shadow:0 24px 54px rgba(38,63,59,.09);
}
.pattern-stack li:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset-block-start:0;
  inset-inline:0;
  height:3px;
  background:linear-gradient(90deg,var(--feature-accent),rgba(92,118,109,.56),transparent 72%);
}
html[dir="rtl"] .pattern-stack li:before{background:linear-gradient(270deg,var(--feature-accent),rgba(92,118,109,.56),transparent 72%)}
.pattern-stack li:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:190px;
  height:190px;
  inset-block-start:-112px;
  inset-inline-end:-78px;
  border:1px solid rgba(210,160,110,.2);
  border-radius:50%;
  box-shadow:0 0 0 26px rgba(92,118,109,.025),0 0 0 54px rgba(210,160,110,.025);
  pointer-events:none;
}
.pattern-stack li:nth-child(even):after{inset-inline-end:auto;inset-inline-start:-78px}
.pattern-index{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px;
  color:var(--ink);
}
.pattern-index b{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  border:1px solid rgba(210,160,110,.72);
  border-radius:50% 50% 50% 18%;
  background:rgba(255,255,255,.62);
  color:#8a6845;
  font:500 25px/1 var(--en-heading);
}
.pattern-index small{
  color:#6f6560;
  font:600 10px/1 var(--en-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
html[lang="ar"] .pattern-index b{font-family:var(--ar-heading)}
html[lang="ar"] .pattern-index small{font-family:var(--ar-body);letter-spacing:0;text-transform:none}
.pattern-copy{position:relative;z-index:1;min-width:0}
.feature-body .pattern-copy h3{
  margin:0 0 20px;
  font-size:clamp(22px,2.5vw,30px);
  line-height:1.42;
}
.pattern-copy p{margin:0 0 20px;font-size:15.5px;line-height:1.95}
.pattern-copy p:last-child{margin-bottom:0}

/* AI: the same event, two readings */
.insight-feature--ai{--feature-accent:#c9996b;--feature-accent-soft:rgba(201,153,107,.14)}
.insight-feature--ai .feature-hero__art{
  background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.11) 50%,transparent calc(50% + .5px));
}
.insight-feature--ai .feature-hero__art:before,
.insight-feature--ai .feature-hero__art:after{
  content:"";position:absolute;top:18%;width:38vw;height:38vw;max-width:540px;max-height:540px;border-radius:50%;
}
.insight-feature--ai .feature-hero__art:before{inset-inline-start:-12%;border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 0 90px rgba(92,118,109,.16)}
.insight-feature--ai .feature-hero__art:after{inset-inline-end:-10%;background:radial-gradient(circle,rgba(201,153,107,.16),transparent 66%)}
.insight-feature--ai .feature-hero h1{max-width:1060px;font-size:clamp(36px,4.8vw,64px)}
.ai-camp-contrast{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:clamp(38px,6vw,58px) 0;
}
.ai-camp{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:190px;
  padding:clamp(26px,4vw,38px);
  border:1px solid var(--feature-line);
  border-top:3px solid var(--feature-accent);
  background:#f5f2ee;
}
.ai-camp:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:180px;
  height:180px;
  inset-block-end:-112px;
  inset-inline-end:-72px;
  border:1px solid rgba(201,153,107,.22);
  border-radius:50%;
  box-shadow:0 0 0 30px rgba(201,153,107,.035);
}
.ai-camp>span{
  display:block;
  margin-bottom:28px;
  color:#8a6845;
  font:600 11px/1 var(--en-body);
  letter-spacing:.14em;
}
.feature-body .ai-camp h3{
  margin:0 0 10px;
  color:var(--ink);
  font-size:clamp(23px,2.6vw,31px);
}
.feature-body .ai-camp p{
  position:relative;
  margin:0;
  color:#655b56;
  font-size:14.5px;
  line-height:1.7;
}
.ai-camp--enthusiastic{border-color:var(--dark);border-top-color:var(--feature-accent);background:var(--dark)}
.ai-camp--enthusiastic:after{border-color:rgba(255,255,255,.12);box-shadow:0 0 0 30px rgba(255,255,255,.025)}
.ai-camp--enthusiastic>span{color:#d7ae86}
.feature-body .ai-camp--enthusiastic h3{color:#fff}
.feature-body .ai-camp--enthusiastic p{color:#ddd7d2}
html[lang="ar"] .ai-camp>span{font-family:var(--en-body);letter-spacing:.08em}

.ai-history-section{
  max-width:1000px;
  margin:clamp(76px,10vw,112px) auto;
}
.feature-body .ai-history-section h2{margin-top:0}
.feature-body ol.ai-history-sequence{
  max-width:none;
  margin:clamp(36px,5vw,48px) 0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--feature-line);
}
.feature-body ol.ai-history-sequence>li{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:clamp(24px,4vw,42px);
  align-items:start;
  margin:0;
  padding:clamp(28px,4vw,40px) 0;
  border-bottom:1px solid var(--feature-line);
}
.feature-body ol.ai-history-sequence>li p{margin:0;color:#5f544f;font-size:15.5px;line-height:1.95}
.ai-sequence-index{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  direction:ltr;
  color:#8a6845;
  border:1px solid rgba(138,104,69,.3);
  border-radius:50%;
  font:600 11px/1 var(--en-body);
  letter-spacing:.08em;
}
.ai-history-conclusion{padding-inline-start:24px;border-inline-start:3px solid var(--feature-accent)}
.ai-history-conclusion p:last-child{margin-bottom:0}

.ai-incident-section{
  position:relative;
  overflow:hidden;
  max-width:1000px;
  margin:clamp(76px,10vw,112px) auto;
  padding:clamp(34px,5vw,56px);
  border:1px solid rgba(92,79,74,.18);
  border-top:3px solid var(--feature-accent);
  background:
    linear-gradient(rgba(92,118,109,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(92,118,109,.04) 1px,transparent 1px),
    #f4f1ed;
  background-size:38px 38px;
}
.feature-body .ai-incident-section h2{
  max-width:760px;
  margin:0 0 clamp(30px,5vw,44px);
  padding-bottom:20px;
  border-bottom:1px solid var(--feature-line);
}
.ai-incident-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,280px);
  gap:clamp(38px,6vw,72px);
  align-items:start;
}
.ai-incident-copy p:last-child{margin-bottom:0}
.ai-incident-takeaway{padding-top:22px;border-top:2px solid var(--feature-accent)}
.feature-body .ai-incident-takeaway p{
  margin:0;
  color:var(--ink);
  font-size:clamp(18px,1.55vw,21px);
  font-style:italic;
  font-weight:500;
  line-height:1.7;
}

.ai-regulatory-section{max-width:1000px;margin:clamp(80px,11vw,120px) auto 0}
.ai-regulatory-heading{margin-bottom:clamp(38px,6vw,58px)}
.feature-body .ai-regulatory-heading h2{margin-top:0}
.feature-body ol.ai-gap-list{
  max-width:none;
  margin:0;
  padding:0;
  list-style:none;
  border-top:3px solid var(--feature-accent);
}
.feature-body ol.ai-gap-list>li{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:clamp(26px,5vw,54px);
  align-items:start;
  margin:0;
  padding:clamp(36px,5vw,54px) 0;
  border-bottom:1px solid var(--feature-line);
}
.ai-gap-index{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  direction:ltr;
  color:#8a6845;
  border:1px solid rgba(138,104,69,.34);
  border-radius:18px 18px 18px 4px;
  font:600 12px/1 var(--en-body);
  letter-spacing:.1em;
}
html[dir="rtl"] .ai-gap-index{border-radius:18px 18px 4px 18px}
.feature-body .ai-gap-copy h3{margin:0 0 22px;font-size:clamp(22px,2.3vw,29px)}
.ai-gap-copy p:last-child{margin-bottom:0}
.feature-body .ai-conclusion h2{
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(24px,2.7vw,32px);
}
.ai-conclusion{max-width:1000px;margin-inline:auto}
.ai-conclusion p:last-child{margin-bottom:0!important}

/* OSINT: evidence grid and narrative collision */
.insight-feature--osint{--feature-accent:#91aaa1;--feature-accent-soft:rgba(92,118,109,.13)}
.insight-feature--osint .feature-hero__art{
  opacity:.72;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,transparent 5%,#000 48%,#000 100%);
}
.insight-feature--osint .feature-hero__art:before,
.insight-feature--osint .feature-hero__art:after{
  content:"";position:absolute;border:1px solid rgba(201,153,107,.25);border-radius:50%;
}
.insight-feature--osint .feature-hero__art:before{width:430px;height:430px;inset-inline-end:8%;top:15%}
.insight-feature--osint .feature-hero__art:after{width:110px;height:110px;inset-inline-end:calc(8% + 160px);top:calc(15% + 160px);box-shadow:0 0 0 48px rgba(255,255,255,.025)}
.conflict-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:clamp(46px,7vw,74px) 0 18px}
.insight-feature--osint .content-panel{border-top:3px solid var(--feature-accent)}
.insight-feature--osint .conflict-grid+.content-panel{margin-bottom:clamp(48px,7vw,74px)}
.osint-operator-grid{max-width:1000px;margin-inline:auto}
.editorial-row--quote-end{grid-template-columns:minmax(0,1fr) minmax(210px,270px)}
.osint-structural-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  max-width:1000px;
  margin:clamp(70px,9vw,104px) auto;
  padding:clamp(34px,5vw,58px);
  border:1px solid rgba(92,79,74,.18);
  border-top:3px solid var(--feature-accent);
  background:
    linear-gradient(rgba(92,118,109,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(92,118,109,.045) 1px,transparent 1px),
    linear-gradient(135deg,#f7f4f1 0%,#f1efeb 100%);
  background-size:38px 38px,38px 38px,auto;
  box-shadow:0 18px 48px rgba(38,63,59,.045);
}
.osint-structural-section:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:270px;
  height:270px;
  inset-block-start:-160px;
  inset-inline-end:-120px;
  border:1px solid rgba(201,153,107,.2);
  border-radius:50%;
  box-shadow:0 0 0 40px rgba(145,170,161,.035),0 0 0 84px rgba(201,153,107,.025);
}
.osint-structural-section>.feature-prose{max-width:none}
.feature-body .osint-structural-section h2{
  margin:0 0 clamp(26px,4vw,38px);
  padding-bottom:18px;
  border-bottom:1px solid var(--feature-line);
}
.osint-structural-section .editorial-row{margin:0;max-width:none}
.osint-structural-section .editorial-row .feature-prose{max-width:650px}
.osint-structural-section .editorial-row+.feature-prose{max-width:760px;margin-top:clamp(30px,4vw,44px);margin-inline-start:0}
.osint-structural-section .editorial-row+.feature-prose p:last-child{margin-bottom:0}
.osint-responses{max-width:1000px;margin:clamp(76px,10vw,112px) auto}
.osint-responses-heading{max-width:760px;margin:0 auto clamp(34px,5vw,48px)}
.feature-body .osint-responses-heading h2{margin:0 0 18px}
.osint-responses-heading p:last-child{margin-bottom:0}
.feature-body ol.osint-response-list{
  display:grid;
  gap:16px;
  max-width:none;
  margin:0;
  padding:0;
  list-style:none;
}
.feature-body ol.osint-response-list>li{
  position:relative;
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:clamp(24px,4vw,48px);
  align-items:start;
  margin:0;
  padding:clamp(28px,4vw,44px);
  color:inherit;
  border:1px solid rgba(92,79,74,.17);
  border-inline-start:3px solid var(--feature-accent);
  background:
    linear-gradient(90deg,rgba(145,170,161,.08),transparent 36%),
    #f7f4f1;
  box-shadow:0 12px 32px rgba(38,63,59,.035);
  font:inherit;
}
html[dir="rtl"] .feature-body ol.osint-response-list>li{
  background:linear-gradient(270deg,rgba(145,170,161,.08),transparent 36%),#f7f4f1;
}
.osint-response-index{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  color:#49645b;
  border:1px solid rgba(92,118,109,.46);
  background:rgba(255,255,255,.55);
  font:500 19px/1 var(--en-heading);
  letter-spacing:.04em;
}
.feature-body .osint-response-list h3{margin:2px 0 14px}
.feature-body .osint-response-list p:last-child{margin-bottom:0}

/* UAE: infrastructure built across time */
.insight-feature--uae{--feature-accent:#c9996b;--feature-accent-soft:rgba(201,153,107,.13)}
.insight-feature--uae .feature-hero__art{
  background-image:radial-gradient(circle at 15% 28%,rgba(201,153,107,.65) 0 3px,transparent 4px),radial-gradient(circle at 38% 65%,rgba(255,255,255,.35) 0 3px,transparent 4px),radial-gradient(circle at 72% 23%,rgba(201,153,107,.5) 0 3px,transparent 4px),radial-gradient(circle at 88% 73%,rgba(255,255,255,.3) 0 3px,transparent 4px),linear-gradient(25deg,transparent 49.85%,rgba(255,255,255,.07) 50%,transparent 50.15%);
}
.insight-feature--uae .feature-hero__art:before{
  content:"";position:absolute;width:min(62vw,760px);height:min(62vw,760px);inset-inline-end:-20%;top:-24%;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 150px rgba(201,153,107,.02);
}
.uae-opening{margin-top:clamp(50px,7vw,76px)}
.feature-body .uae-opening p:first-child{color:var(--ink);font-size:clamp(17px,1.55vw,20px)}
.uae-build-section{max-width:1000px;margin:clamp(76px,10vw,112px) auto}
.feature-body .uae-section-heading h2{margin:0 0 clamp(28px,4vw,42px)}
.feature-body ol.uae-build-stack{
  position:relative;
  display:grid;
  max-width:none;
  margin:0;
  padding:0;
  border-top:1px solid var(--feature-line);
  list-style:none;
}
.feature-body ol.uae-build-stack>li{
  position:relative;
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:clamp(24px,4vw,48px);
  align-items:start;
  margin:0;
  padding:clamp(28px,4vw,42px) clamp(0px,2vw,18px);
  color:inherit;
  border-bottom:1px solid var(--feature-line);
  background:linear-gradient(90deg,rgba(201,153,107,.055),transparent 32%);
  font:inherit;
}
html[dir="rtl"] .feature-body ol.uae-build-stack>li{background:linear-gradient(270deg,rgba(201,153,107,.055),transparent 32%)}
.uae-build-index{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  color:#87623e;
  border:1px solid rgba(201,153,107,.58);
  background:rgba(255,255,255,.52);
  font:500 16px/1 var(--en-heading);
  letter-spacing:.05em;
}
html[lang="ar"] .uae-build-index{font-family:var(--ar-heading);letter-spacing:0}
.feature-body ol.uae-build-stack>li p{margin:0;color:#554b47}
.uae-exposure-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  max-width:1000px;
  margin:clamp(78px,10vw,112px) auto;
  padding:clamp(36px,5.5vw,64px);
  border-top:3px solid var(--feature-accent);
  background:var(--dark);
  box-shadow:0 22px 54px rgba(38,63,59,.11);
}
.uae-exposure-section:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.52;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 88% 18%,rgba(201,153,107,.18),transparent 30%);
  background-size:42px 42px,42px 42px,auto;
}
.uae-exposure-section .feature-prose{max-width:780px}
.feature-body .uae-exposure-section h2{margin:0 0 24px;color:#fff}
.feature-body .uae-exposure-section p{color:#e9e4df}
.feature-body .uae-exposure-section p:last-child{margin-bottom:0}
.uae-fragmentation-section{max-width:1000px;margin:clamp(78px,10vw,112px) auto}
.feature-body .uae-fragmentation-section h2{margin-top:0}
.uae-command-row{margin-block:clamp(44px,6vw,66px) 0}
.uae-command-row .feature-prose p:last-child{margin-bottom:0}
.uae-approach-section{max-width:1000px;margin:clamp(78px,10vw,112px) auto 0}
.feature-body .uae-approach-section h2{margin-top:0}
.uae-architecture-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:clamp(42px,6vw,62px) 0 0;
  border-block:1px solid var(--feature-line);
  background:linear-gradient(135deg,rgba(201,153,107,.07),rgba(145,170,161,.06));
}
.uae-architecture-flow span{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
  padding:clamp(22px,3vw,32px);
  color:var(--ink);
  border-inline-end:1px solid var(--feature-line);
  font:500 clamp(16px,1.7vw,20px)/1.35 var(--en-heading);
}
.uae-architecture-flow span:last-child{border-inline-end:0}
.uae-architecture-flow b{color:#8a6845;font:600 10px/1 var(--en-body);letter-spacing:.16em}
html[lang="ar"] .uae-architecture-flow span{font-family:var(--ar-heading);line-height:1.7}
html[lang="ar"] .uae-architecture-flow b{font-family:var(--ar-body);letter-spacing:0}
.uae-approach-section .article-ending{margin-bottom:0}

.insight-feature+.article-cta{margin-top:0}
.insight-feature .article-cta{margin-inline:auto}

@media(max-width:760px){
  .feature-hero{min-height:560px;align-items:center;padding-top:135px}
  .feature-hero h1{font-size:clamp(34px,10vw,50px);text-wrap:pretty}
  .conflict-grid{grid-template-columns:1fr}
  .oil-patterns-heading{grid-template-columns:82px minmax(0,1fr);gap:22px}
  .oil-patterns-count{font-size:70px}
  .pattern-stack li{
    grid-template-columns:1fr;
    gap:22px;
    margin-inline:0!important;
  }
  .pattern-index{flex-direction:row;align-items:center}
  .pattern-index b{width:58px;height:58px;font-size:21px}
  .feature-body ol.uae-build-stack>li{grid-template-columns:54px minmax(0,1fr);gap:20px}
  .uae-build-index{width:48px;height:48px;font-size:14px}
  .uae-exposure-section{padding:32px 26px}
  .uae-architecture-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uae-architecture-flow span:nth-child(2){border-inline-end:0}
  .uae-architecture-flow span:nth-child(-n+2){border-bottom:1px solid var(--feature-line)}
  .editorial-row{grid-template-columns:1fr;gap:30px;margin-block:48px}
  .editorial-row--quote-end{grid-template-columns:1fr}
  .editorial-row .feature-prose{max-width:none}
  .pull-quote{max-width:440px}
  .ai-incident-grid{grid-template-columns:1fr;gap:32px}
  .ai-incident-takeaway{max-width:460px}
  .feature-body ol.ai-gap-list>li{grid-template-columns:64px minmax(0,1fr);gap:24px}
  .ai-gap-index{width:54px;height:54px}
  .osint-structural-section{padding:30px 26px}
  .osint-structural-section .editorial-row{margin:0}
  .feature-body ol.osint-response-list>li{grid-template-columns:1fr;gap:20px}
  .osint-response-index{width:56px;height:56px;font-size:17px}
  .article-tldr{
    grid-template-columns:1fr;
    grid-template-areas:"title" "ai" "content";
    gap:18px;
  }
}

@media(max-width:480px){
  .feature-body{padding-inline:20px}
  .feature-hero{padding-inline:20px}
  .content-panel{padding:26px 22px}
  .ai-camp-contrast{grid-template-columns:1fr}
  .ai-camp{min-height:165px;padding:26px 24px}
  .feature-body ol.ai-history-sequence>li,
  .feature-body ol.ai-gap-list>li{grid-template-columns:1fr;gap:18px}
  .feature-body ol.uae-build-stack>li{grid-template-columns:1fr;gap:16px}
  .oil-patterns-heading{grid-template-columns:68px minmax(0,1fr);gap:18px}
  .oil-patterns-count{font-size:58px}
  .feature-body .oil-patterns-heading h2{font-size:29px}
  .pattern-stack li{padding:28px 22px}
  .article-ending{padding:30px 24px}
  .feature-hero__art{opacity:.6}
}

@media(prefers-contrast:more){
  .content-panel,.pattern-stack li{border-color:var(--espresso)}
  .feature-body p{color:#463e3a}
}

@media(prefers-reduced-motion:reduce){
  .article-tldr,.pattern-stack li{transition:none}
  .article-tldr:hover,
  .article-tldr:focus-visible,
  .article-tldr:active,
  .pattern-stack li:hover{transform:none}
}
