/* ========================================================================== 
   PRIMAL PLATFORM · ABOUT PAGE
   Scoped premium medical layout. No global element selectors.
   ========================================================================== */
.about-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(82px,9vw,142px) 0 clamp(72px,8vw,124px);
  border-bottom:1px solid rgba(24,76,110,.13);
  background:
    radial-gradient(circle at 82% 18%,rgba(32,184,198,.16),transparent 27rem),
    radial-gradient(circle at 72% 72%,rgba(45,101,185,.11),transparent 31rem),
    linear-gradient(145deg,#fbfdff 0%,#f3f8fb 58%,#edf5f8 100%);
}
.about-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(17,67,99,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,67,99,.035) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(90deg,transparent 8%,#000 58%,#000);
  mask-image:linear-gradient(90deg,transparent 8%,#000 58%,#000);
}
.about-hero__content{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(50px,7vw,108px);
  align-items:center;
}
.about-hero__copy h1{
  max-width:13ch;
  margin:14px 0 26px;
  font-size:clamp(50px,6.6vw,94px);
  line-height:.94;
  letter-spacing:-.064em;
  color:#081b2c;
  text-wrap:balance;
}
.about-hero__lead{
  max-width:760px;
  margin:0;
  color:#415d70;
  font-size:clamp(18px,1.8vw,23px);
  line-height:1.72;
}
.about-anchor-nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:42px;
}
.about-anchor-nav a{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border:1px solid rgba(24,76,110,.15);
  border-radius:14px;
  background:rgba(255,255,255,.68);
  color:#18394f;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
  box-shadow:0 12px 28px rgba(12,45,67,.055);
  backdrop-filter:blur(12px);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.about-anchor-nav a span{
  flex:0 0 30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#087f91;
  background:#e6f8fa;
  font-family:"JetBrains Mono",monospace;
  font-size:10px;
  letter-spacing:.08em;
}
.about-anchor-nav a:hover{
  transform:translateY(-2px);
  border-color:rgba(12,139,154,.4);
  background:#fff;
  box-shadow:0 18px 38px rgba(12,45,67,.09);
}
.about-science-card{
  position:relative;
  min-height:520px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.9);
  outline:1px solid rgba(24,76,110,.15);
  border-radius:32px;
  background:
    radial-gradient(circle at 70% 26%,rgba(31,190,201,.18),transparent 36%),
    linear-gradient(155deg,rgba(255,255,255,.84),rgba(236,246,250,.72));
  box-shadow:0 36px 90px rgba(11,45,69,.15),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(22px) saturate(125%);
}
.about-science-card:after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(24,76,110,.08);
  border-radius:22px;
  pointer-events:none;
}
.about-science-card__label{
  position:relative;
  z-index:2;
  color:#527082;
  font-family:"JetBrains Mono",monospace;
  font-size:10px;
  letter-spacing:.18em;
}
.about-science-card__molecule{
  position:absolute;
  inset:88px 44px 138px;
}
.about-science-card__molecule i{
  position:absolute;
  width:18px;
  height:18px;
  border:4px solid rgba(8,135,150,.76);
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 8px rgba(25,177,192,.08),0 10px 28px rgba(11,90,103,.16);
}
.about-science-card__molecule i:nth-of-type(1){left:8%;top:48%}
.about-science-card__molecule i:nth-of-type(2){left:31%;top:17%}
.about-science-card__molecule i:nth-of-type(3){left:53%;top:45%;width:24px;height:24px;border-color:#1f66ae}
.about-science-card__molecule i:nth-of-type(4){right:8%;top:12%}
.about-science-card__molecule i:nth-of-type(5){right:13%;bottom:10%;border-color:#e2743b}
.about-science-card__molecule i:nth-of-type(6){left:28%;bottom:4%}
.about-science-card__molecule b{
  position:absolute;
  height:1px;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(20,113,138,.18),rgba(20,113,138,.68),rgba(20,113,138,.18));
}
.about-science-card__molecule b:nth-of-type(1){left:12%;top:52%;width:37%;transform:rotate(-43deg)}
.about-science-card__molecule b:nth-of-type(2){left:35%;top:22%;width:31%;transform:rotate(35deg)}
.about-science-card__molecule b:nth-of-type(3){left:57%;top:48%;width:36%;transform:rotate(-38deg)}
.about-science-card__molecule b:nth-of-type(4){left:56%;top:52%;width:37%;transform:rotate(44deg)}
.about-science-card__molecule b:nth-of-type(5){left:32%;bottom:9%;width:30%;transform:rotate(-47deg)}
.about-science-card__data{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  z-index:2;
  display:grid;
  gap:8px;
}
.about-science-card__data span{
  display:flex;
  align-items:center;
  gap:12px;
  padding:11px 14px;
  border:1px solid rgba(24,76,110,.12);
  border-radius:12px;
  background:rgba(255,255,255,.72);
  color:#36566a;
  font-size:12px;
  font-weight:750;
}
.about-science-card__data small{
  color:#0c8999;
  font-family:"JetBrains Mono",monospace;
  font-size:9px;
}
.about-intro{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:clamp(34px,5vw,82px);
  align-items:start;
  padding-top:clamp(78px,9vw,136px);
  padding-bottom:clamp(78px,9vw,136px);
}
.about-intro__index{
  position:sticky;
  top:154px;
  display:grid;
  gap:10px;
}
.about-intro__index span{
  color:#0b8999;
  font:600 50px/1 "Outfit",sans-serif;
  letter-spacing:-.04em;
}
.about-intro__index small{
  color:#668092;
  font-family:"JetBrains Mono",monospace;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.about-intro__panel{
  position:relative;
  min-height:250px;
  padding:clamp(34px,5vw,64px);
  overflow:hidden;
  border:1px solid rgba(24,76,110,.13);
  border-radius:28px;
  background:linear-gradient(145deg,#fff,#f6fafc);
  box-shadow:0 24px 64px rgba(11,45,69,.09);
}
.about-intro__line{
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,#12a9b8,#2069b5 72%,transparent);
}
.about-copy__text{
  color:#294b60;
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.84;
}
.about-copy__placeholder{
  margin:0;
  padding:18px 20px;
  border:1px dashed rgba(24,76,110,.22);
  border-radius:14px;
  background:rgba(237,247,250,.62);
  color:#6b8190;
  font-size:14px;
}
.about-sections{
  display:grid;
  gap:26px;
  padding-bottom:clamp(84px,10vw,150px);
}
.about-section{
  position:relative;
  display:grid;
  grid-template-columns:104px minmax(0,1fr) 96px;
  gap:clamp(26px,4vw,62px);
  align-items:start;
  min-height:330px;
  padding:clamp(34px,5vw,68px);
  overflow:hidden;
  border:1px solid rgba(24,76,110,.13);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 52px rgba(11,45,69,.075);
}
.about-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.8;
  background:radial-gradient(circle at 96% 8%,rgba(35,169,182,.1),transparent 28rem);
}
.about-section--orange:before{background:radial-gradient(circle at 96% 8%,rgba(226,116,59,.12),transparent 28rem)}
.about-section--blue:before{background:radial-gradient(circle at 96% 8%,rgba(38,101,181,.11),transparent 28rem)}
.about-section--navy{
  color:#fff;
  border-color:#132f43;
  background:linear-gradient(145deg,#0a1e2e,#102f43);
  box-shadow:0 26px 72px rgba(5,25,39,.22);
}
.about-section--navy:before{background:radial-gradient(circle at 92% 10%,rgba(36,185,196,.17),transparent 28rem)}
.about-section__meta{
  position:relative;
  z-index:1;
  display:grid;
  gap:20px;
}
.about-section__meta span{
  color:#0c8999;
  font:600 46px/1 "Outfit",sans-serif;
  letter-spacing:-.04em;
}
.about-section--orange .about-section__meta span{color:#c65b25}
.about-section--blue .about-section__meta span{color:#245f9f}
.about-section--navy .about-section__meta span{color:#58d6de}
.about-section__meta i{
  width:54px;
  height:1px;
  background:linear-gradient(90deg,currentColor,transparent);
}
.about-section__content{
  position:relative;
  z-index:1;
  max-width:920px;
}
.about-section__content h2{
  max-width:16ch;
  margin:0 0 28px;
  color:#0b2233;
  font-size:clamp(34px,4.5vw,64px);
  line-height:1.01;
  letter-spacing:-.052em;
  text-wrap:balance;
}
.about-section--navy .about-section__content h2{color:#fff}
.about-section--navy .about-copy__text{color:#c9dae4}
.about-section--navy .about-copy__placeholder{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.055);color:#a9c1cf}
.about-section__signal{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:end;
  gap:10px;
  padding-top:8px;
}
.about-section__signal span{
  display:block;
  height:2px;
  border-radius:999px;
  background:#a7dce1;
}
.about-section__signal span:nth-child(1){width:76px}
.about-section__signal span:nth-child(2){width:48px;background:#5fb7c1}
.about-section__signal span:nth-child(3){width:24px;background:#118b9a}
.about-section--orange .about-section__signal span{background:#efc2a8}
.about-section--orange .about-section__signal span:nth-child(2){background:#dc8d64}
.about-section--orange .about-section__signal span:nth-child(3){background:#c65b25}
.about-section--navy .about-section__signal span{background:rgba(100,226,233,.55)}

@media(max-width:1020px){
  .about-hero__content{grid-template-columns:1fr}
  .about-hero__copy h1{max-width:15ch}
  .about-hero__visual{max-width:760px;width:100%;margin-inline:auto}
  .about-intro{grid-template-columns:150px minmax(0,1fr)}
  .about-section{grid-template-columns:82px minmax(0,1fr)}
  .about-section__signal{display:none}
}
@media(max-width:720px){
  .about-hero{padding-top:56px;padding-bottom:72px}
  .about-hero__content{gap:42px}
  .about-hero__copy h1{font-size:clamp(40px,12vw,58px);line-height:.97}
  .about-anchor-nav{grid-template-columns:1fr}
  .about-science-card{min-height:410px;padding:24px;border-radius:22px}
  .about-science-card__molecule{inset:74px 24px 126px}
  .about-science-card__data{left:24px;right:24px;bottom:24px}
  .about-intro{display:block;padding-top:64px;padding-bottom:64px}
  .about-intro__index{position:relative;top:auto;margin-bottom:22px}
  .about-intro__panel{padding:30px 24px;border-radius:20px}
  .about-section{display:block;min-height:0;padding:34px 24px;border-radius:20px}
  .about-section__meta{display:flex;align-items:center;margin-bottom:30px}
  .about-section__meta span{font-size:34px}
  .about-section__content h2{font-size:clamp(32px,10vw,46px);margin-bottom:22px}
}
@media(prefers-reduced-motion:reduce){
  .about-anchor-nav a{transition:none}
  .about-anchor-nav a:hover{transform:none}
}
@media(forced-colors:active){
  .about-science-card,.about-intro__panel,.about-section{border:1px solid CanvasText}
}
