/* ct-mri center: production-matched page styles */
#ysCtmriBodyV25,
#ysCtmriBodyV25 *{box-sizing:border-box}

#ysCtmriBodyV25{
  --ys-bg:#F8F5EC;
  --ys-deep:#223226;
  --ys-green:#718a5e;
  --ys-green-dark:#506c44;
  --ys-sage:#c7d8a8;
  --ys-ivory:#F8F5EC;
  --ys-text:rgba(34,50,38,.82);
  --ys-muted:rgba(34,50,38,.60);
  --ys-line:rgba(34,50,38,.12);
  --ys-container:1480px;
  --ys-page-gutter:clamp(24px,6vw,120px);
  --ys-inner:min(var(--ys-container),calc(100% - var(--ys-page-gutter)*2));
  --space-first:clamp(86px,7vw,118px);
  --space-section:clamp(92px,7.2vw,132px);
  --space-dark-section:clamp(112px,8.8vw,172px);
  --radius-lg:34px;
  --radius-md:28px;
  --radius-sm:20px;
  --fs-kicker:11px;
  --fs-body:clamp(15px,.96vw,17px);
  --fs-title:clamp(38px,2.9vw,56px);
  --fs-title-sm:clamp(30px,2.3vw,44px);
  position:relative;
  width:100vw;
  min-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:visible;
  isolation:isolate;
  color:var(--ys-deep);
  background:
    radial-gradient(circle at 10% 4%,rgba(199,216,168,.14),transparent 34%),
    radial-gradient(circle at 88% 3%,rgba(246,235,192,.22),transparent 38%),
    linear-gradient(180deg,#F8F5EC 0%,#fbfaf5 46%,#F8F5EC 100%);
  font-family:"Pretendard","Noto Sans KR",sans-serif;
}

#ysCtmriBodyV25 a{color:inherit;text-decoration:none}
#ysCtmriBodyV25 button{font-family:inherit}
#ysCtmriBodyV25 img{display:block;max-width:100%}
#ysCtmriBodyV25 p,
#ysCtmriBodyV25 h2,
#ysCtmriBodyV25 h3,
#ysCtmriBodyV25 h4,
#ysCtmriBodyV25 h5,
#ysCtmriBodyV25 strong,
#ysCtmriBodyV25 span,
#ysCtmriBodyV25 em{word-break:keep-all;overflow-wrap:break-word}
#ysCtmriBodyV25 em{font-style:normal}

#ysCtmriBodyV25 .ys-ctmri-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
#ysCtmriBodyV25 .ys-ctmri-bg::before{content:"";position:absolute;inset:0;opacity:.018;background-image:radial-gradient(circle at 20% 20%,rgba(34,50,38,.30)0 1px,transparent 1px);background-size:38px 42px}
#ysCtmriBodyV25 .ys-bg-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.26}
#ysCtmriBodyV25 .orb-01{width:360px;height:360px;left:-130px;top:180px;background:rgba(199,216,168,.32)}
#ysCtmriBodyV25 .orb-02{width:420px;height:420px;right:-180px;top:600px;background:rgba(246,235,192,.34)}
#ysCtmriBodyV25 .orb-03{width:380px;height:380px;left:8%;top:1420px;background:rgba(113,138,94,.12)}

#ysCtmriBodyV25 .ys-ctmri-inner{position:relative;z-index:2;width:var(--ys-inner);margin:0 auto}
#ysCtmriBodyV25 .ys-ctmri-section{position:relative;z-index:2}
#ysCtmriBodyV25 .ys-ctmri-section+.ys-ctmri-section{margin-top:var(--space-section)}
#ysCtmriBodyV25 .ys-intro-section{padding-top:var(--space-first)}

#ysCtmriBodyV25 .ys-kicker,
#ysCtmriBodyV25 .ys-small-label{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:rgba(80,108,68,.74);font-family:"Manrope","Pretendard",sans-serif;font-size:var(--fs-kicker);font-weight:800;line-height:1;letter-spacing:.20em;text-transform:uppercase}
#ysCtmriBodyV25 .ys-kicker::before{content:"";width:28px;height:1px;background:rgba(80,108,68,.32)}
#ysCtmriBodyV25 .ys-small-label{margin-bottom:12px;letter-spacing:.18em}
#ysCtmriBodyV25 h2,
#ysCtmriBodyV25 h3,
#ysCtmriBodyV25 h4,
#ysCtmriBodyV25 h5{margin:0;color:var(--ys-deep);font-family:"Noto Serif KR",serif;font-weight:500;letter-spacing:-.065em}
#ysCtmriBodyV25 h2{font-size:var(--fs-title);line-height:1.2}
#ysCtmriBodyV25 h3{font-size:clamp(34px,2.65vw,50px);line-height:1.08}
#ysCtmriBodyV25 h4{font-size:var(--fs-title-sm);line-height:1.22}
#ysCtmriBodyV25 h5{font-size:clamp(25px,1.85vw,34px);line-height:1.18}
#ysCtmriBodyV25 p{margin:0;color:var(--ys-muted);font-size:var(--fs-body);line-height:1.76;letter-spacing:-.03em}
#ysCtmriBodyV25 .ys-copy-line{display:block}
#ysCtmriBodyV25 .ys-center-head{width:min(940px,100%);margin-left:auto;margin-right:auto;text-align:center}
#ysCtmriBodyV25 .ys-center-head .ys-kicker{justify-content:center}
#ysCtmriBodyV25 .ys-center-head .ys-kicker::before{display:none}
#ysCtmriBodyV25 .ys-section-head h2{margin:0 0 20px}
#ysCtmriBodyV25 .ys-section-head p{max-width:600px}
#ysCtmriBodyV25 .ys-center-head p{max-width:760px;margin-left:auto;margin-right:auto}

#ysCtmriBodyV25 .ys-reveal,
#ysCtmriBodyV25 .ys-reveal-child{opacity:0;transform:translateY(22px);filter:blur(8px);transition:opacity .72s ease,transform .72s cubic-bezier(.22,1,.36,1),filter .72s ease}
#ysCtmriBodyV25 .ys-reveal.is-visible,
#ysCtmriBodyV25 .ys-reveal-child.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}

#ysCtmriBodyV25 .ys-pill-list{display:flex;flex-wrap:wrap;gap:9px}
#ysCtmriBodyV25 .ys-pill-list span{min-height:34px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:rgba(38,52,39,.78);border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.42);box-shadow:0 10px 28px rgba(38,48,35,.08),inset 0 1px 0 rgba(255,255,255,.72);font-size:12px;font-weight:760;line-height:1;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}
#ysCtmriBodyV25 .ys-pill-list span:hover{background:var(--ys-deep);color:var(--ys-ivory);border-color:var(--ys-deep);transform:translateY(-2px);box-shadow:0 18px 40px rgba(34,50,38,.13)}

/* DARK SYSTEM */
#ysCtmriDarkV25{--dark-progress:0;--dark-title:var(--ys-deep);--dark-body:rgba(34,50,38,.64);--dark-border:rgba(34,50,38,.12);--dark-accent:rgba(80,108,68,.78);position:relative;z-index:4;width:100vw;min-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0;padding:var(--space-dark-section)0 clamp(84px,6.8vw,128px);overflow:hidden;background:#F8F5EC;color:var(--dark-title);isolation:isolate;transition:color .46s ease}
#ysCtmriDarkV25.is-dark-active{--dark-title:#F8F5EC;--dark-body:rgba(248,245,236,.66);--dark-border:rgba(199,216,168,.20);--dark-accent:rgba(199,216,168,.94)}
#ysCtmriDarkV25 .ys-dark-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
#ysCtmriDarkV25 .ys-dark-bg::before{content:"";position:absolute;inset:0;opacity:var(--dark-progress);background:radial-gradient(circle at 18% 14%,rgba(199,216,168,.12),transparent 34%),radial-gradient(circle at 82% 20%,rgba(113,138,94,.10),transparent 40%),linear-gradient(145deg,#07100d 0%,#0d1713 46%,#101d17 100%);transition:opacity .12s linear}
#ysCtmriDarkV25 .ys-dark-inner{position:relative;z-index:2}
#ysCtmriDarkV25 .ys-dark-head{margin-bottom:clamp(68px,6vw,104px)}
#ysCtmriDarkV25 .ys-dark-head h2{margin-bottom:18px;font-size:clamp(38px,3vw,58px);color:var(--dark-title);transition:color .36s ease}
#ysCtmriDarkV25 .ys-dark-head p,
#ysCtmriDarkV25 .ys-device-copy p,
#ysCtmriDarkV25 .ys-dark-panel-head p,
#ysCtmriDarkV25 .ys-report-head p,
#ysCtmriDarkV25 .ys-protocol-panel p,
#ysCtmriDarkV25 .ys-mri-case-section p{color:var(--dark-body);transition:color .36s ease}
#ysCtmriDarkV25 .ys-kicker,
#ysCtmriDarkV25 .ys-small-label,
#ysCtmriDarkV25 .ys-compare-title span{color:var(--dark-accent);transition:color .36s ease}
#ysCtmriDarkV25 .ys-kicker::before{background:rgba(199,216,168,.46)}

#ysCtmriDarkV25 .ys-device-showcase{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,.96fr);gap:clamp(36px,4.4vw,76px);align-items:center;min-height:clamp(390px,28vw,520px);margin-bottom:clamp(42px,4.4vw,72px);padding:clamp(8px,1.2vw,18px)0}
#ysCtmriDarkV25 .ys-device-showcase::before{content:"";position:absolute;right:-5%;top:50%;width:min(650px,46vw);height:min(650px,46vw);border-radius:999px;transform:translateY(-50%);opacity:var(--dark-progress);background:radial-gradient(circle,rgba(199,216,168,.19),rgba(199,216,168,.045)48%,transparent 68%);filter:blur(2px);pointer-events:none}
#ysCtmriDarkV25 .ys-device-copy{position:relative;z-index:2;max-width:680px}
#ysCtmriDarkV25 .ys-device-copy h3{margin-bottom:18px;color:var(--dark-title);font-size:clamp(34px,2.65vw,50px);transition:color .36s ease}
#ysCtmriDarkV25 .ys-device-copy p{max-width:640px;margin-bottom:30px}
#ysCtmriDarkV25 .ys-device-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:300px;margin:0;pointer-events:none}
#ysCtmriDarkV25 .ys-device-visual img{width:min(650px,100%);transform:translateX(2vw);filter:drop-shadow(0 44px 60px rgba(0,0,0,.34)) drop-shadow(0 0 50px rgba(199,216,168,.08))}
#ysCtmriDarkV25 .ys-mri-showcase .ys-device-visual img{width:min(590px,100%)}
#ysCtmriDarkV25 .ys-pill-list-dark span{color:rgba(248,245,236,.78);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
#ysCtmriDarkV25 .ys-pill-list-dark span:hover{background:rgba(199,216,168,.28);color:#F8F5EC;border-color:rgba(199,216,168,.58)}
#ysCtmriDarkV25 .ys-modality-group+.ys-modality-group{margin-top:clamp(108px,8.4vw,164px)}

#ysCtmriDarkV25 .ys-dark-panel,
#ysCtmriDarkV25 .ys-compare-report,
#ysCtmriDarkV25 .ys-protocol-panel,
#ysCtmriDarkV25 .ys-mri-case-section{position:relative;padding:clamp(44px,4.8vw,78px)0;border-top:1px solid rgba(199,216,168,.14)}
#ysCtmriDarkV25 .ys-dark-panel+.ys-compare-report,
#ysCtmriDarkV25 .ys-compare-report+.ys-protocol-panel,
#ysCtmriDarkV25 .ys-dark-panel+.ys-mri-case-section{margin-top:clamp(50px,4.6vw,84px)}
#ysCtmriDarkV25 .ys-dark-panel-head,
#ysCtmriDarkV25 .ys-report-head{width:min(880px,100%);margin-bottom:clamp(32px,3.4vw,54px)}
#ysCtmriDarkV25 .ys-dark-panel-head.center{margin-left:auto;margin-right:auto;text-align:center}
#ysCtmriDarkV25 .ys-dark-panel-head h4,
#ysCtmriDarkV25 .ys-report-head h4{margin-bottom:16px;color:var(--dark-title);font-size:clamp(28px,2.05vw,40px);transition:color .36s ease}
#ysCtmriDarkV25 .ys-report-head h4{font-size:clamp(32px,2.35vw,44px)}

#ysCtmriDarkV25 .ys-dark-line-grid{display:grid;gap:0;border-top:1px solid rgba(199,216,168,.14)}
#ysCtmriDarkV25 .ys-dark-line-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}
#ysCtmriDarkV25 .ys-dark-line-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}
#ysCtmriDarkV25 .ys-dark-line-grid article{position:relative;min-height:210px;padding:clamp(28px,3vw,42px);border-right:1px solid rgba(255,255,255,.065);transition:background .28s ease,border-color .28s ease}
#ysCtmriDarkV25 .ys-dark-line-grid article:last-child{border-right:0}
#ysCtmriDarkV25 .ys-dark-line-grid article::before{content:"";position:absolute;left:0;top:-1px;width:0;height:1px;background:rgba(199,216,168,.48);transition:width .34s ease}
#ysCtmriDarkV25 .ys-dark-line-grid article:hover{background:linear-gradient(90deg,rgba(199,216,168,.08),transparent 72%)}
#ysCtmriDarkV25 .ys-dark-line-grid article:hover::before{width:100%}
#ysCtmriDarkV25 .ys-dark-line-grid em{display:block;margin:0 0 clamp(36px,4vw,66px);color:rgba(199,216,168,.58);font-family:"Manrope",sans-serif;font-size:12px;font-weight:800}
#ysCtmriDarkV25 .ys-dark-line-grid strong{display:block;margin-bottom:14px;color:var(--dark-title);font-size:clamp(21px,1.55vw,29px);font-weight:820;line-height:1.34;letter-spacing:-.04em}
#ysCtmriDarkV25 .ys-dark-line-grid p{color:var(--dark-body);font-size:14.5px;line-height:1.68}

#ysCtmriDarkV25 .ys-compare-stack{display:grid;gap:clamp(56px,5.8vw,94px)}
#ysCtmriDarkV25 .ys-compare-row{display:grid;grid-template-columns:minmax(220px,.30fr) minmax(0,.70fr);gap:clamp(30px,4vw,64px);align-items:start}
#ysCtmriDarkV25 .ys-compare-row+.ys-compare-row{margin-top:clamp(44px,5.2vw,84px);padding-top:clamp(58px,5.8vw,96px);border-top:1px solid rgba(199,216,168,.18)}
#ysCtmriDarkV25 .ys-compare-title{position:sticky;top:120px;padding-top:10px}
#ysCtmriDarkV25 .ys-compare-title span{display:block;margin-bottom:10px;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
#ysCtmriDarkV25 .ys-compare-title h5{color:var(--dark-title);font-family:"Pretendard","Noto Sans KR",sans-serif;font-size:clamp(25px,1.85vw,34px);font-weight:780;letter-spacing:-.045em;transition:color .36s ease}
#ysCtmriDarkV25 .ys-compare-flow{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:14px;align-items:stretch;width:100%}
#ysCtmriDarkV25 .ys-compare-panel{min-height:230px;padding:clamp(24px,2.4vw,32px);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));transition:transform .26s ease,background .28s ease,box-shadow .28s ease,border-color .28s ease}
#ysCtmriDarkV25 .ys-compare-panel span{display:block;margin-bottom:18px;color:rgba(199,216,168,.86);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
#ysCtmriDarkV25 .ys-compare-panel strong{display:block;color:var(--dark-title);font-size:clamp(22px,1.55vw,29px);font-weight:820;letter-spacing:-.045em}
#ysCtmriDarkV25 .ys-compare-panel em{display:block;margin-top:12px;color:rgba(248,245,236,.80);font-size:15px;font-weight:760}
#ysCtmriDarkV25 .ys-compare-panel p{margin-top:18px;color:var(--dark-body);font-size:14px;line-height:1.66}
#ysCtmriDarkV25 .ys-compare-panel.is-before{filter:saturate(.66);opacity:.84}
#ysCtmriDarkV25 .ys-compare-panel.is-after{border-color:rgba(199,216,168,.28);background:radial-gradient(circle at 12% 0%,rgba(199,216,168,.17),transparent 44%),linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035))}
#ysCtmriDarkV25 .ys-compare-panel.is-after:hover{transform:translateY(-2px);border-color:rgba(199,216,168,.56);background:radial-gradient(circle at 12% 0%,rgba(199,216,168,.27),transparent 44%),linear-gradient(145deg,rgba(199,216,168,.20),rgba(255,255,255,.055));box-shadow:0 22px 58px rgba(0,0,0,.24),0 0 34px rgba(199,216,168,.11)}
#ysCtmriDarkV25 .ys-compare-arrow{align-self:center;justify-self:center;width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#F8F5EC;border:1px solid rgba(199,216,168,.34);background:rgba(199,216,168,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 16px 34px rgba(0,0,0,.18);font-family:"Manrope",sans-serif;font-size:20px;font-weight:800}
#ysCtmriDarkV25 .ys-metric-list{display:grid;gap:12px;margin-top:20px}
#ysCtmriDarkV25 .ys-metric-list div{padding:15px 17px;border-radius:16px;background:rgba(255,255,255,.08)}
#ysCtmriDarkV25 .ys-compare-panel.is-before .ys-metric-list div{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.045)}
#ysCtmriDarkV25 .ys-metric-list small{display:block;margin-bottom:5px;color:rgba(248,245,236,.70);font-size:12px;font-weight:760}
#ysCtmriDarkV25 .ys-metric-list b{display:block;color:#C7D8A8;font-family:"Manrope",sans-serif;font-size:clamp(24px,2vw,34px);font-weight:800;line-height:1}
#ysCtmriDarkV25 .ys-compare-panel.is-before .ys-metric-list b{color:rgba(248,245,236,.58)}

#ysCtmriDarkV25 .ys-protocol-grid{display:grid;grid-template-columns:.78fr 1.42fr;gap:clamp(18px,2.2vw,32px);align-items:stretch}
#ysCtmriDarkV25 .ys-protocol-before,
#ysCtmriDarkV25 .ys-protocol-after{display:grid;gap:12px;padding:clamp(20px,2.4vw,34px);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}
#ysCtmriDarkV25 .ys-protocol-before{opacity:.78;filter:saturate(.56)}
#ysCtmriDarkV25 .ys-protocol-after{border-color:rgba(199,216,168,.20);background:radial-gradient(circle at 14% 0%,rgba(199,216,168,.13),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.03))}
#ysCtmriDarkV25 .ys-protocol-label-row{display:flex;align-items:center;gap:14px;padding:4px 2px 8px}
#ysCtmriDarkV25 .ys-protocol-label-row span{color:rgba(199,216,168,.72);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
#ysCtmriDarkV25 .ys-protocol-label-row strong{color:#F8F5EC;font-size:18px;font-weight:820;letter-spacing:-.04em}
#ysCtmriDarkV25 .ys-protocol-after .ys-protocol-label-row strong{font-size:clamp(28px,2.2vw,42px);line-height:1.04;letter-spacing:-.055em}
#ysCtmriDarkV25 .ys-protocol-label-row em{margin-left:auto;color:rgba(248,245,236,.50);font-size:12px;font-weight:780;white-space:nowrap}
#ysCtmriDarkV25 .ys-protocol-before article,
#ysCtmriDarkV25 .ys-protocol-after article{min-height:126px;padding:clamp(22px,2vw,28px);border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);transition:background .25s ease,border-color .25s ease}
#ysCtmriDarkV25 .ys-protocol-after article:hover{border-color:rgba(199,216,168,.52);background:radial-gradient(circle at 18% 8%,rgba(199,216,168,.22),transparent 44%),rgba(199,216,168,.12)}
#ysCtmriDarkV25 .ys-protocol-before small,
#ysCtmriDarkV25 .ys-protocol-after small{display:block;margin-bottom:18px;color:rgba(199,216,168,.72);font-family:"Manrope",sans-serif;font-weight:800}
#ysCtmriDarkV25 .ys-protocol-before strong,
#ysCtmriDarkV25 .ys-protocol-after strong{display:block;margin-bottom:10px;color:#F8F5EC;font-size:20px;font-weight:820;line-height:1.2;letter-spacing:-.035em}
#ysCtmriDarkV25 .ys-protocol-after article strong{font-size:clamp(23px,1.5vw,30px);line-height:1.14;letter-spacing:-.045em}
#ysCtmriDarkV25 .ys-protocol-before article strong{color:rgba(248,245,236,.70)}
#ysCtmriDarkV25 .ys-protocol-before article p{color:rgba(248,245,236,.58);font-size:15px;line-height:1.55;font-weight:650}
#ysCtmriDarkV25 .ys-protocol-after article p{color:rgba(248,245,236,.86);font-size:clamp(16px,1.02vw,19px);line-height:1.5;font-weight:720;letter-spacing:-.035em}
#ysCtmriDarkV25 .ys-protocol-after-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}

#ysCtmriDarkV25 .ys-ct-example-showcase{margin-top:clamp(38px,4.4vw,72px);padding-top:clamp(30px,3.2vw,52px);border-top:1px solid rgba(199,216,168,.18)}
#ysCtmriDarkV25 .ys-ct-example-head{width:min(880px,100%);margin:0 auto clamp(24px,2.6vw,40px);text-align:center}
#ysCtmriDarkV25 .ys-ct-example-head h5{color:#F8F5EC;font-size:clamp(26px,2vw,38px);line-height:1.18}
#ysCtmriDarkV25 .ys-ct-example-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.4vw,20px)}
#ysCtmriDarkV25 .ys-ct-example-grid figure{margin:0;display:grid;gap:12px}
#ysCtmriDarkV25 .ys-ct-example-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px;background:#101712;box-shadow:0 22px 60px rgba(0,0,0,.22);transition:transform .34s ease,filter .34s ease}
#ysCtmriDarkV25 .ys-ct-example-grid figure:hover img{transform:scale(1.018);filter:brightness(1.05)}
#ysCtmriDarkV25 .ys-ct-example-grid figcaption{color:rgba(248,245,236,.72);font-size:13px;font-weight:650;line-height:1.35;text-align:center}

#ysCtmriDarkV25 .ys-mri-case-board{position:relative;display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,.86fr);grid-template-areas:"feature copy" "film copy";gap:clamp(22px,2.6vw,38px);align-items:stretch}
#ysCtmriDarkV25 .ys-mri-feature{grid-area:feature;position:relative;height:clamp(380px,30vw,520px);margin:0;line-height:0;border-radius:var(--radius-md);overflow:hidden;background:#050806;box-shadow:0 30px 86px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.09)}
#ysCtmriDarkV25 .ys-mri-feature::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18)58%,rgba(0,0,0,.56)100%)}
#ysCtmriDarkV25 .ys-mri-feature img{width:100%;height:100%;object-fit:contain;object-position:center;background:#050806;opacity:.96;transition:transform .46s ease,opacity .34s ease}
#ysCtmriDarkV25 .ys-mri-feature:hover img{transform:scale(1.026);opacity:1}
#ysCtmriDarkV25 .ys-mri-feature figcaption{position:absolute;z-index:3;left:24px;bottom:22px;color:rgba(248,245,236,.86);font-size:13px;font-weight:700}
#ysCtmriDarkV25 .ys-mri-case-copy{grid-area:copy;display:flex;flex-direction:column;justify-content:flex-start;align-self:start;min-height:430px;gap:clamp(42px,4vw,72px);padding:clamp(26px,2.8vw,42px)0;border-top:1px solid rgba(199,216,168,.14);border-bottom:1px solid rgba(199,216,168,.14)}
#ysCtmriDarkV25 .ys-mri-case-current span{display:block;margin-bottom:12px;color:rgba(199,216,168,.76);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
#ysCtmriDarkV25 .ys-mri-case-current strong{display:block;margin-bottom:12px;color:var(--dark-title);font-size:clamp(30px,2.4vw,46px);font-weight:820;letter-spacing:-.055em;line-height:1.18}
#ysCtmriDarkV25 .ys-mri-case-current p{max-width:440px;color:var(--dark-body)}
#ysCtmriDarkV25 .ys-mri-case-list{display:grid;gap:0;padding-bottom:24px;border-top:1px solid rgba(199,216,168,.14)}
#ysCtmriDarkV25 .ys-mri-case-list button{appearance:none;position:relative;width:100%;min-height:88px;padding:21px 0 21px 66px;border:0;border-bottom:1px solid rgba(255,255,255,.065);background:transparent;text-align:left;color:#F8F5EC;cursor:pointer;transition:background .25s ease,border-color .25s ease}
#ysCtmriDarkV25 .ys-mri-case-list button:last-child{margin-bottom:18px}
#ysCtmriDarkV25 .ys-mri-case-list button::before{content:"";position:absolute;left:0;right:0;top:-1px;width:0;height:1px;background:rgba(199,216,168,.48);transition:width .28s ease,background .28s ease}
#ysCtmriDarkV25 .ys-mri-case-list button:hover,
#ysCtmriDarkV25 .ys-mri-case-list button.is-active{background:linear-gradient(90deg,rgba(199,216,168,.08),transparent 72%);border-color:rgba(199,216,168,.18)}
#ysCtmriDarkV25 .ys-mri-case-list button:hover::before,
#ysCtmriDarkV25 .ys-mri-case-list button.is-active::before{width:100%;background:rgba(199,216,168,.78)}
#ysCtmriDarkV25 .ys-mri-case-list button span{position:absolute;left:0;top:22px;color:rgba(199,216,168,.58);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;transition:color .25s ease}
#ysCtmriDarkV25 .ys-mri-case-list button:hover span,
#ysCtmriDarkV25 .ys-mri-case-list button.is-active span{color:rgba(199,216,168,.92)}
#ysCtmriDarkV25 .ys-mri-case-list button strong{display:block;color:var(--dark-title);font-size:19px;font-weight:800;letter-spacing:-.04em}
#ysCtmriDarkV25 .ys-mri-case-list button em{display:block;margin-top:5px;color:var(--dark-body);font-size:12px;font-weight:700}
#ysCtmriDarkV25 .ys-mri-film-strip{grid-area:film;display:grid;grid-template-columns:1fr 1fr 1.6fr;gap:12px}
#ysCtmriDarkV25 .ys-mri-film-strip span{display:block;height:92px;border-radius:18px;overflow:hidden;background:#050806;opacity:.58;border:1px solid rgba(255,255,255,.08)}
#ysCtmriDarkV25 .ys-mri-film-strip img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)contrast(1.04)}

/* CONNECTION */
#ysCtmriConnectionV25{position:relative;padding-top:clamp(88px,8vw,128px);padding-bottom:clamp(92px,8vw,132px)}
#ysCtmriConnectionV25 .ys-dc-v35-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:clamp(34px,4vw,54px);padding-bottom:clamp(26px,2.6vw,38px);border-bottom:1px solid rgba(34,50,38,.10)}
#ysCtmriConnectionV25 .ys-dc-v35-head h2{margin:0;color:var(--ys-deep);font-family:"Noto Serif KR",serif;font-size:clamp(42px,3.35vw,62px);font-weight:500;line-height:1.14;letter-spacing:-.07em}
#ysCtmriConnectionV25 .ys-dc-v35-head p{max-width:560px;color:rgba(34,50,38,.62);font-size:clamp(15px,.96vw,17px);line-height:1.85}
#ysCtmriConnectionV25 .ys-dc-v35-board{width:100%;display:flex;align-items:stretch;gap:12px;min-height:460px}
#ysCtmriConnectionV25 .ys-dc-v35-panel{position:relative;flex:1 1 0;min-width:0;min-height:460px;border-radius:30px;overflow:hidden;isolation:isolate;transition:flex .42s cubic-bezier(.22,1,.36,1),transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
#ysCtmriConnectionV25 .ys-dc-v35-side{flex:0 0 clamp(320px,26vw,410px);color:var(--ys-ivory);border:1px solid rgba(245,241,232,.16);background:#293d31;box-shadow:0 22px 58px rgba(34,50,38,.10),inset 0 1px 0 rgba(255,255,255,.11)}
#ysCtmriConnectionV25 .ys-dc-v35-side-bg{position:absolute;inset:0;z-index:0;opacity:.58;transform:scale(1.035);filter:brightness(.72)saturate(.82)contrast(1.02)blur(2px);background-image:url("https://bienamc.com/wp-content/uploads/2026/05/menu_bg_002.jpg");background-size:cover;background-position:center}
#ysCtmriConnectionV25 .ys-dc-v35-side::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(20,38,29,.42),rgba(20,38,29,.62)),radial-gradient(circle at 82% 82%,rgba(199,216,168,.16),transparent 36%)}
#ysCtmriConnectionV25 .ys-dc-v35-side-content{position:relative;z-index:3;height:100%;padding:clamp(30px,2.6vw,44px);display:flex;flex-direction:column;justify-content:space-between;gap:26px}
#ysCtmriConnectionV25 .ys-dc-v35-side-top span{display:block;margin-bottom:18px;color:rgba(199,216,168,.80);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;white-space:nowrap}
#ysCtmriConnectionV25 .ys-dc-v35-side-top h3{color:#F8F5EC;font-family:"Noto Serif KR",serif;font-size:clamp(31px,2.35vw,44px);font-weight:500;line-height:1.18;letter-spacing:-.065em}
#ysCtmriConnectionV25 .ys-dc-v35-side-top p{max-width:420px;margin-top:24px;color:rgba(245,241,232,.78);font-size:15px;line-height:1.76}
#ysCtmriConnectionV25 .ys-dc-v35-keywords,
#ysCtmriConnectionV25 .ys-dc-v35-tags{position:relative;z-index:5;display:flex;flex-wrap:wrap;gap:8px;max-width:440px;margin-top:20px}
#ysCtmriConnectionV25 .ys-dc-v35-keywords i,
#ysCtmriConnectionV25 .ys-dc-v35-tags i{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;border:1px solid rgba(34,50,38,.12);background:rgba(255,255,255,.34);color:rgba(34,50,38,.62);font-size:12px;font-style:normal;font-weight:750;line-height:1;white-space:nowrap}
#ysCtmriConnectionV25 .ys-dc-v35-side .ys-dc-v35-keywords i{border-color:rgba(245,241,232,.18);background:rgba(245,241,232,.10);color:rgba(245,241,232,.80)}

#ysCtmriConnectionV25 .ys-dc-v35-step{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,2.2vw,34px);border:1px solid rgba(255,255,255,.66);background:radial-gradient(circle at 18% 8%,rgba(255,255,255,.72),transparent 42%),linear-gradient(135deg,rgba(255,255,255,.64),rgba(255,255,255,.32));box-shadow:0 22px 64px rgba(86,104,74,.065),inset 0 1px 0 rgba(255,255,255,.82);cursor:pointer}
#ysCtmriConnectionV25 .ys-dc-v35-board:hover .ys-dc-v35-step:not(:hover){flex:.74 1 0}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover{flex:2.28 1 0;transform:translateY(-4px);border-color:rgba(199,216,168,.30);box-shadow:0 28px 78px rgba(34,50,38,.16),inset 0 1px 0 rgba(255,255,255,.10)}
#ysCtmriConnectionV25 .ys-dc-v35-card-photo{position:absolute;inset:0;z-index:0;opacity:0;transform:scale(1.08);transition:opacity .34s ease,transform .55s ease,filter .34s ease;background-size:cover;background-position:center;filter:grayscale(1)contrast(1.16)brightness(.32)}
#ysCtmriConnectionV25 .step-surgery .ys-dc-v35-card-photo{background-image:url("https://bienamc.com/wp-content/uploads/2026/06/ct_h_002.jpg")}
#ysCtmriConnectionV25 .step-anesthesia .ys-dc-v35-card-photo{background-image:url("https://bienamc.com/wp-content/uploads/2026/06/mri_002.jpg")}
#ysCtmriConnectionV25 .step-internal .ys-dc-v35-card-photo{background-image:url("https://bienamc.com/wp-content/uploads/2026/06/mri_003.jpg")}
#ysCtmriConnectionV25 .step-reading .ys-dc-v35-card-photo{background-image:url("https://bienamc.com/wp-content/uploads/2026/06/ct_b_002.jpg")}
#ysCtmriConnectionV25 .ys-dc-v35-step::after{content:"";position:absolute;inset:0;z-index:1;opacity:0;background:linear-gradient(180deg,rgba(3,8,7,.42),rgba(3,8,7,.93)),radial-gradient(circle at 20% 12%,rgba(199,216,168,.24),transparent 34%);transition:opacity .34s ease;pointer-events:none}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-card-photo{opacity:.84;transform:scale(1);filter:grayscale(1)contrast(1.16)brightness(.34)}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover::after{opacity:1}
#ysCtmriConnectionV25 .ys-dc-v35-step-top,
#ysCtmriConnectionV25 .ys-dc-v35-step-bottom{position:relative;z-index:4}
#ysCtmriConnectionV25 .ys-dc-v35-step-top{display:flex;height:100%;flex-direction:column;justify-content:flex-start;gap:clamp(26px,3.2vw,48px)}
#ysCtmriConnectionV25 .ys-dc-v35-step-top span{display:block;margin:0;color:rgba(80,108,68,.66);font-family:"Manrope",sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:.04em;transition:color .28s ease}
#ysCtmriConnectionV25 .ys-dc-v35-step-top strong{display:block;color:var(--ys-deep);font-size:clamp(22px,1.45vw,28px);font-weight:850;line-height:1.24;letter-spacing:-.055em;transition:color .28s ease}
#ysCtmriConnectionV25 .ys-dc-v35-step-top em,
#ysCtmriConnectionV25 .ys-dc-v35-step-bottom,
#ysCtmriConnectionV25 .ys-dc-v35-step-bottom p,
#ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-tags{opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;max-height:0;overflow:hidden;transition:opacity .28s ease,transform .28s ease}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top{height:auto;gap:0}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top span{margin-bottom:clamp(28px,3.2vw,48px);color:rgba(199,216,168,.96)}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top strong{color:#F8F5EC}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top em{display:block;margin-top:12px;color:rgba(245,241,232,.76);font-size:14px;line-height:1.55}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top em,
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-bottom,
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-bottom p,
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-tags{opacity:1;visibility:visible;transform:none;max-height:260px;pointer-events:auto;overflow:visible}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-bottom p{max-width:390px;color:rgba(245,241,232,.80);font-size:14px;line-height:1.72}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-tags{display:flex;margin-top:20px}
#ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-tags i{border-color:rgba(245,241,232,.22);background:rgba(245,241,232,.11);color:rgba(245,241,232,.82)}

/* INTRO / DIAGNOSTIC FLOW */
#ysCtmriBodyV25 .ys-intro-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(40px,5vw,86px);align-items:center}
#ysCtmriBodyV25 .ys-intro-copy h2{margin:0 0 24px;font-size:clamp(42px,3.4vw,64px);line-height:1.12}
#ysCtmriBodyV25 .ys-intro-copy h2.ys-intro-single-line{font-size:clamp(34px,2.9vw,52px);line-height:1.12;white-space:nowrap}
#ysCtmriBodyV25 .ys-intro-copy h2 span{display:block}
#ysCtmriBodyV25 .ys-intro-copy p{max-width:620px;margin:0 0 34px}
#ysCtmriBodyV25 .ys-diagnostic-map{position:relative;min-height:510px;padding:0;border-radius:34px;overflow:hidden;isolation:isolate;background:#050806;border:1px solid rgba(34,50,38,.10);box-shadow:0 28px 76px rgba(21,34,24,.16),0 0 0 1px rgba(255,255,255,.045) inset;backdrop-filter:blur(14px) saturate(128%);-webkit-backdrop-filter:blur(14px) saturate(128%);color:var(--ys-ivory)}
#ysCtmriBodyV25 .ys-flow-rotator-stage{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none;background:#050806}
#ysCtmriBodyV25 .ys-flow-rotator-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;filter:grayscale(1)contrast(1.08)brightness(.66);transform:scale(1.018);transition:opacity .9s ease-in-out;will-change:opacity}
#ysCtmriBodyV25 .ys-flow-rotator-img.is-active{opacity:1}
#ysCtmriBodyV25 .ys-diagnostic-map::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.44),rgba(0,0,0,.18)28%,rgba(0,0,0,.05)48%,rgba(0,0,0,.20)66%,rgba(0,0,0,.62)),linear-gradient(90deg,rgba(0,0,0,.10),transparent 48%,rgba(0,0,0,.14))}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0;padding:28px 28px 18px;border-bottom:1px solid rgba(248,245,236,.20)}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline span,
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline em{color:rgba(255,255,255,.98);font-family:"Manrope",sans-serif;font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;font-weight:800;text-shadow:0 2px 13px rgba(0,0,0,.74)}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-stage{position:relative;z-index:3;height:clamp(232px,17.5vw,294px);margin:0;overflow:visible;background:transparent}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-scan-bg{display:none}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-scan-line{position:absolute;left:0;right:0;top:50%;z-index:6;display:block;width:auto;height:1px;pointer-events:none;transform:translateY(-50%);background:linear-gradient(90deg,rgba(226,255,150,0),rgba(226,255,150,.72)32%,#fff 50%,rgba(226,255,150,.72)68%,rgba(226,255,150,0));box-shadow:0 0 4px rgba(255,255,255,.92),0 0 12px rgba(220,255,130,.82),0 0 24px rgba(185,235,90,.42);will-change:top}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 28px 24px;padding:0;border-top:1px solid rgba(248,245,236,.18)}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow article{position:relative;min-height:122px;padding:26px 16px 15px;border-left:1px solid rgba(248,245,236,.11);background:transparent;transition:none}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow article:first-child{border-left:0}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow span{display:block;margin:0 0 10px;color:rgba(220,239,182,.98);font-family:"Manrope",sans-serif;font-size:11px;line-height:1;letter-spacing:.08em;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.64)}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow strong{display:block;margin:0 0 8px;color:#fff;font-family:"Manrope",sans-serif;font-size:18px;line-height:1.12;letter-spacing:-.04em;font-weight:900;text-shadow:0 2px 13px rgba(0,0,0,.78)}
#ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow p{margin:0;color:rgba(255,255,255,.90);font-size:13px;line-height:1.5;font-weight:500;letter-spacing:-.035em;text-shadow:0 2px 11px rgba(0,0,0,.70)}

/* EDITORIAL */
#ysCtmriBodyV25 .ys-editorial-section{padding:clamp(6px,1vw,12px)0}
#ysCtmriBodyV25 .ys-editorial-split{display:grid;grid-template-columns:minmax(280px,.34fr) minmax(0,.66fr);gap:clamp(46px,5vw,88px);align-items:start;padding:clamp(42px,4.4vw,74px)0;border-top:1px solid rgba(34,50,38,.075)}
#ysCtmriBodyV25 .ys-standard-list{position:relative;display:grid;gap:0;border-top:1px solid rgba(34,50,38,.075)}
#ysCtmriBodyV25 .ys-standard-list article{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);gap:20px;padding:clamp(26px,2.6vw,38px)0;border-bottom:1px solid rgba(34,50,38,.075);transition:background .24s ease,padding-left .24s ease,border-color .24s ease}
#ysCtmriBodyV25 .ys-standard-list article::before{content:"";position:absolute;left:0;top:0;width:0;height:1px;background:rgba(80,108,68,.58);transition:width .34s ease}
#ysCtmriBodyV25 .ys-standard-list article:hover{padding-left:18px;background:linear-gradient(90deg,rgba(255,255,255,.34),transparent 74%)}
#ysCtmriBodyV25 .ys-standard-list article:hover::before{width:100%}
#ysCtmriBodyV25 .ys-standard-list em{display:block;margin:4px 0 0;color:rgba(80,108,68,.42);font-family:"Manrope",sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em}
#ysCtmriBodyV25 .ys-standard-list strong{display:block;margin:0 0 8px;color:var(--ys-deep);font-size:clamp(22px,1.8vw,34px);font-weight:820;letter-spacing:-.04em}
#ysCtmriBodyV25 .ys-standard-list p{max-width:720px;color:rgba(34,50,38,.60);font-size:15px;line-height:1.62}

#ysCtmriBodyV25 .ys-evolution-timeline{position:relative;display:grid;gap:0;border-left:1px solid rgba(34,50,38,.12)}
#ysCtmriBodyV25 .ys-evolution-timeline article{position:relative;display:grid;grid-template-columns:minmax(140px,.28fr) minmax(0,1fr);gap:clamp(22px,3vw,52px);min-height:148px;padding:clamp(26px,3vw,44px)0 clamp(26px,3vw,44px)clamp(30px,3vw,48px);border-bottom:1px solid rgba(34,50,38,.075);transition:background .25s ease,border-color .25s ease}
#ysCtmriBodyV25 .ys-evolution-timeline article::before{content:"";position:absolute;left:-6px;top:clamp(42px,3.45vw,58px);width:11px;height:11px;border-radius:999px;background:var(--ys-green-dark);box-shadow:0 0 0 7px rgba(80,108,68,.10);transition:transform .25s ease,box-shadow .25s ease}
#ysCtmriBodyV25 .ys-evolution-timeline article::after{content:"";position:absolute;left:0;top:0;width:0;height:1px;background:rgba(80,108,68,.58);transition:width .34s ease}
#ysCtmriBodyV25 .ys-evolution-timeline article:hover{background:linear-gradient(90deg,rgba(255,255,255,.34),transparent 74%);border-color:rgba(80,108,68,.24)}
#ysCtmriBodyV25 .ys-evolution-timeline article:hover::before{transform:scale(1.18);box-shadow:0 0 0 10px rgba(80,108,68,.14)}
#ysCtmriBodyV25 .ys-evolution-timeline article:hover::after{width:100%}
#ysCtmriBodyV25 .ys-evolution-timeline span{display:block;color:rgba(34,50,38,.34);font-family:"Manrope",sans-serif;font-size:clamp(24px,2.3vw,42px);font-weight:850;letter-spacing:-.055em;line-height:1.22}
#ysCtmriBodyV25 .ys-evolution-timeline strong{display:block;margin:0 0 10px;color:var(--ys-deep);font-size:clamp(22px,1.7vw,32px);font-weight:820;line-height:1.22;letter-spacing:-.04em}
#ysCtmriBodyV25 .ys-evolution-timeline p{max-width:720px;color:rgba(34,50,38,.62);font-size:15px}

@media (max-width:1180px){
  #ysCtmriBodyV25 .ys-intro-layout,
  #ysCtmriBodyV25 .ys-editorial-split,
  #ysCtmriDarkV25 .ys-device-showcase,
  #ysCtmriDarkV25 .ys-compare-row,
  #ysCtmriDarkV25 .ys-mri-case-board{grid-template-columns:1fr}
  #ysCtmriDarkV25 .ys-mri-case-board{grid-template-areas:"feature" "copy" "film"}
  #ysCtmriDarkV25 .ys-compare-title{position:relative;top:auto}
  #ysCtmriDarkV25 .ys-device-visual img{transform:none}
  #ysCtmriDarkV25 .ys-dark-line-grid.two-col,
  #ysCtmriDarkV25 .ys-dark-line-grid.three-col{grid-template-columns:1fr}
  #ysCtmriDarkV25 .ys-dark-line-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  #ysCtmriDarkV25 .ys-dark-line-grid article:last-child{border-bottom:0}
  #ysCtmriDarkV25 .ys-ct-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ysCtmriConnectionV25 .ys-dc-v35-head{display:block}
  #ysCtmriConnectionV25 .ys-dc-v35-head p{max-width:680px;margin-top:18px}
  #ysCtmriConnectionV25 .ys-dc-v35-board{min-height:430px}
  #ysCtmriConnectionV25 .ys-dc-v35-panel{min-height:430px}
  #ysCtmriConnectionV25 .ys-dc-v35-side{flex-basis:320px;min-height:430px}
  #ysCtmriConnectionV25 .ys-dc-v35-step{min-height:430px}
}

@media (max-width:767px){
  #ysCtmriBodyV25{--ys-page-gutter:clamp(18px,5.2vw,22px);--space-first:44px;--space-section:54px;--space-dark-section:68px;--radius-lg:26px;--radius-md:22px;--radius-sm:16px;--fs-title:clamp(25px,6.65vw,31px);--fs-title-sm:clamp(23px,6.2vw,29px);--fs-body:14.5px;touch-action:pan-y}
  #ysCtmriBodyV25 .ys-ctmri-section+.ys-ctmri-section{margin-top:54px}
  #ysCtmriBodyV25 .ys-reveal,
  #ysCtmriBodyV25 .ys-reveal-child{transform:translateY(12px);filter:none;transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}
  #ysCtmriBodyV25 .ys-kicker,
  #ysCtmriBodyV25 .ys-small-label{margin-bottom:12px;font-size:9.5px;letter-spacing:.17em}
  #ysCtmriBodyV25 p{font-size:14.5px;line-height:1.68;letter-spacing:-.035em}
  #ysCtmriBodyV25 .ys-copy-line{display:inline}
  #ysCtmriBodyV25 .ys-intro-layout{gap:24px}
  #ysCtmriBodyV25 .ys-intro-copy h2{margin-bottom:18px;font-size:clamp(29px,7.9vw,37px);line-height:1.18;letter-spacing:-.07em}
  #ysCtmriBodyV25 .ys-intro-copy h2.ys-intro-single-line{font-size:clamp(25px,6.6vw,32px);line-height:1.16;white-space:nowrap}
  #ysCtmriBodyV25 .ys-intro-copy p{margin-bottom:24px}
  #ysCtmriBodyV25 .ys-pill-list{gap:7px}
  #ysCtmriBodyV25 .ys-pill-list span{min-height:32px;padding:0 11px;font-size:12px}

  #ysCtmriDarkV25{padding:68px 0 76px;touch-action:pan-y}
  #ysCtmriDarkV25 .ys-dark-head{margin-bottom:42px}
  #ysCtmriDarkV25 .ys-dark-head h2,
#ysCtmriConnectionV25 .ys-dc-v35-head h2,
#ysCtmriBodyV25 .ys-section-head h2{font-size:clamp(25px,6.65vw,31px);line-height:1.22;letter-spacing:-.068em}
  #ysCtmriDarkV25 .ys-device-showcase{gap:24px;min-height:auto;margin-bottom:46px;padding:0}
  #ysCtmriDarkV25 .ys-device-copy h3,
  #ysCtmriDarkV25 .ys-dark-panel-head h4,
  #ysCtmriDarkV25 .ys-report-head h4,
  #ysCtmriDarkV25 .ys-mri-case-current strong{font-size:clamp(23px,6.2vw,29px);line-height:1.22;letter-spacing:-.058em}
  #ysCtmriDarkV25 .ys-device-copy p{margin-bottom:22px}
  #ysCtmriDarkV25 .ys-device-visual{min-height:220px}
  #ysCtmriDarkV25 .ys-device-visual img{width:min(390px,100%);max-height:260px;object-fit:contain;transform:none}
  #ysCtmriDarkV25 .ys-dark-panel,
  #ysCtmriDarkV25 .ys-compare-report,
  #ysCtmriDarkV25 .ys-protocol-panel,
  #ysCtmriDarkV25 .ys-mri-case-section{padding:34px 0}
  #ysCtmriDarkV25 .ys-dark-panel+.ys-compare-report,
  #ysCtmriDarkV25 .ys-compare-report+.ys-protocol-panel,
  #ysCtmriDarkV25 .ys-dark-panel+.ys-mri-case-section{margin-top:34px}
  #ysCtmriDarkV25 .ys-dark-line-grid article{padding:28px 24px 32px}
  #ysCtmriDarkV25 .ys-dark-line-grid strong{margin-top:28px}
  #ysCtmriDarkV25 .ys-dark-line-grid p{margin-top:18px}
  #ysCtmriDarkV25 .ys-compare-stack{gap:28px;margin-top:42px}
  #ysCtmriDarkV25 .ys-compare-row{gap:22px}
  #ysCtmriDarkV25 .ys-compare-row+.ys-compare-row{margin-top:44px;padding-top:44px}
  #ysCtmriDarkV25 .ys-compare-title{margin-bottom:24px;text-align:center}
  #ysCtmriDarkV25 .ys-compare-title span{margin:0 0 12px;font-size:10px;letter-spacing:.25em;text-align:center}
  #ysCtmriDarkV25 .ys-compare-title h5{font-size:clamp(25px,6.8vw,31px);text-align:center}
  #ysCtmriDarkV25 .ys-compare-flow{grid-template-columns:1fr;gap:10px}
  #ysCtmriDarkV25 .ys-compare-arrow{transform:rotate(90deg)}
  #ysCtmriDarkV25 .ys-compare-panel{padding:20px 18px;border-radius:18px}
  #ysCtmriDarkV25 .ys-compare-panel strong{font-size:clamp(24px,6.6vw,30px)}
  #ysCtmriDarkV25 .ys-metric-list b{font-size:clamp(30px,8.4vw,40px)}
  #ysCtmriDarkV25 .ys-protocol-grid,
  #ysCtmriDarkV25 .ys-protocol-after-grid{grid-template-columns:1fr}
  #ysCtmriDarkV25 .ys-protocol-before,
  #ysCtmriDarkV25 .ys-protocol-after{padding:18px;border-radius:18px}
  #ysCtmriDarkV25 .ys-protocol-label-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;margin-bottom:14px}
  #ysCtmriDarkV25 .ys-protocol-label-row span{font-size:10px;letter-spacing:.18em}
  #ysCtmriDarkV25 .ys-protocol-label-row strong,
  #ysCtmriDarkV25 .ys-protocol-after .ys-protocol-label-row strong{min-width:0;white-space:nowrap;color:#F8F5EC;font-size:clamp(17px,4.35vw,20px);font-weight:800;text-align:center;line-height:1.12}
  #ysCtmriDarkV25 .ys-protocol-label-row em{margin:0;font-size:11.5px;text-align:right}
  #ysCtmriDarkV25 .ys-protocol-before article,
  #ysCtmriDarkV25 .ys-protocol-after article{min-height:auto;padding:18px;border-radius:16px}
  #ysCtmriDarkV25 .ys-ct-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #ysCtmriDarkV25 .ys-ct-example-head{text-align:left}
  #ysCtmriDarkV25 .ys-mri-case-board{display:grid;grid-template-columns:1fr;grid-template-areas:"feature" "copy";gap:14px}
  #ysCtmriDarkV25 .ys-mri-feature{height:clamp(218px,55vw,282px);border-radius:20px}
  #ysCtmriDarkV25 .ys-mri-feature figcaption{left:16px;bottom:14px;font-size:12px}
  #ysCtmriDarkV25 .ys-mri-case-copy{gap:14px;min-height:auto;padding:16px 0 0;border:0}
  #ysCtmriDarkV25 .ys-mri-case-current{padding:18px 18px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045)}
  #ysCtmriDarkV25 .ys-mri-case-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border:0;padding:0}
  #ysCtmriDarkV25 .ys-mri-case-list button,
  #ysCtmriDarkV25 .ys-mri-case-list button:hover,
  #ysCtmriDarkV25 .ys-mri-case-list button.is-active{height:76px;min-height:76px;max-height:76px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);text-align:center;transform:none}
  #ysCtmriDarkV25 .ys-mri-case-list button.is-active{border-color:rgba(199,216,168,.42);background:rgba(199,216,168,.14)}
  #ysCtmriDarkV25 .ys-mri-case-list button::before{display:none}
  #ysCtmriDarkV25 .ys-mri-case-list button span{position:static;margin:0;font-size:10.5px;line-height:1;color:rgba(199,216,168,.82)}
  #ysCtmriDarkV25 .ys-mri-case-list button strong{width:100%;font-size:12.8px;line-height:1.18;letter-spacing:-.065em;white-space:normal}
  #ysCtmriDarkV25 .ys-mri-case-list button em,
  #ysCtmriDarkV25 .ys-mri-film-strip{display:none}

  #ysCtmriConnectionV25{padding-top:66px;padding-bottom:70px}
  #ysCtmriConnectionV25 .ys-dc-v35-head{display:block;margin-bottom:26px;padding-bottom:22px}
  #ysCtmriConnectionV25 .ys-dc-v35-head h2{margin:0 0 15px}
  #ysCtmriConnectionV25 .ys-dc-v35-head p{max-width:none;margin:0;font-size:14.5px;line-height:1.7}
  #ysCtmriConnectionV25 .ys-dc-v35-board{display:grid;grid-template-columns:1fr;gap:12px;min-height:0;pointer-events:none;touch-action:pan-y}
  #ysCtmriConnectionV25 .ys-dc-v35-panel{width:100%;max-width:none;pointer-events:none;touch-action:pan-y}
  #ysCtmriConnectionV25 .ys-dc-v35-side{width:100%;flex:none;min-height:270px;border-radius:22px;transform:none;cursor:default}
  #ysCtmriConnectionV25 .ys-dc-v35-side-content{min-height:236px;padding:24px 22px}
  #ysCtmriConnectionV25 .ys-dc-v35-side-top h3{font-size:clamp(24px,6.4vw,30px);line-height:1.23}
  #ysCtmriConnectionV25 .ys-dc-v35-side-top p{margin-top:14px;font-size:13.5px;line-height:1.62}
  #ysCtmriConnectionV25 .ys-dc-v35-keywords i{min-height:28px;padding:0 9px;font-size:11px}
  #ysCtmriConnectionV25 .ys-dc-v35-step,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover{flex:none;width:100%;min-height:230px;padding:28px 24px;border-radius:22px;transform:none;cursor:default;overflow:hidden;border-color:rgba(245,241,232,.15);background:#203428;box-shadow:0 18px 44px rgba(34,50,38,.10),inset 0 1px 0 rgba(255,255,255,.08);transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-card-photo,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-card-photo{opacity:.84;transform:scale(1);filter:grayscale(1)contrast(1.16)brightness(.34);transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step::after,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover::after{opacity:1;transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-step-top,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top{height:auto;gap:0;transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step-top span,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top span{margin:0 0 24px;color:rgba(199,216,168,.92);font-size:11px;transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step-top strong,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top strong{color:#F8F5EC;font-size:clamp(27px,7.2vw,34px);line-height:1.18;letter-spacing:-.075em;transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step-top em,
  #ysCtmriConnectionV25 .ys-dc-v35-step-bottom,
  #ysCtmriConnectionV25 .ys-dc-v35-step-bottom p,
  #ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-tags,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-top em,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-bottom,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-step-bottom p,
  #ysCtmriConnectionV25 .ys-dc-v35-step:hover .ys-dc-v35-tags{opacity:1;visibility:visible;transform:none;max-height:none;pointer-events:none;overflow:visible;transition:none}
  #ysCtmriConnectionV25 .ys-dc-v35-step-top em{display:block;margin-top:8px;color:rgba(245,241,232,.76);font-size:17px;line-height:1.35}
  #ysCtmriConnectionV25 .ys-dc-v35-step-bottom{display:block;margin-top:24px}
  #ysCtmriConnectionV25 .ys-dc-v35-step-bottom p{color:rgba(245,241,232,.80);font-size:13.5px;line-height:1.66}
  #ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
  #ysCtmriConnectionV25 .ys-dc-v35-step .ys-dc-v35-tags i{min-height:30px;padding:0 11px;color:rgba(245,241,232,.82);background:rgba(245,241,232,.11);border-color:rgba(245,241,232,.22);font-size:12px}

  #ysCtmriBodyV25 .ys-diagnostic-map{min-height:560px;padding:0;border-radius:26px}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline{padding:22px 18px 15px;gap:6px;align-items:flex-start;flex-direction:column}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline span,
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-topline em{font-size:9px;letter-spacing:.12em}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-stage{height:270px}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow{grid-template-columns:1fr 1fr;gap:10px;margin:0 18px 18px;border-top:0}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow article{min-height:104px;padding:20px 14px 14px;border:1px solid rgba(248,245,236,.12);border-radius:16px;background:rgba(5,8,6,.42)}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow strong{font-size:16px}
  #ysCtmriBodyV25 .ys-diagnostic-map .ys-map-flow p{font-size:12px;line-height:1.38}

  #ysCtmriBodyV25 .ys-editorial-split{gap:24px;padding:34px 0}
  #ysCtmriBodyV25 .ys-section-head h2{margin-bottom:14px}
  #ysCtmriBodyV25 .ys-section-head p{max-width:none}
  #ysCtmriBodyV25 .ys-standard-list article{grid-template-columns:38px minmax(0,1fr);gap:13px;padding:20px 0}
  #ysCtmriBodyV25 .ys-standard-list article:hover{padding-left:0}
  #ysCtmriBodyV25 .ys-standard-list em{font-size:13px}
  #ysCtmriBodyV25 .ys-standard-list strong,
  #ysCtmriBodyV25 .ys-evolution-timeline strong{font-size:18px;line-height:1.35}
  #ysCtmriBodyV25 .ys-evolution-timeline{border-left:0}
  #ysCtmriBodyV25 .ys-evolution-timeline article{grid-template-columns:1fr;gap:10px;min-height:auto;padding:20px 18px 20px 22px}
  #ysCtmriBodyV25 .ys-evolution-timeline article::before{display:none}
  #ysCtmriBodyV25 .ys-evolution-timeline span{font-size:12px}

  #ysCtmriBodyV25 figure,
  #ysCtmriBodyV25 picture,
  #ysCtmriBodyV25 .ys-device-visual,
  #ysCtmriBodyV25 img{pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
}

@media (max-width:640px){
  #ysCtmriDarkV25 .ys-ct-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
