


*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;color-scheme:light}

html{scroll-padding-top:90px}
@media (max-width:1023px){ html{scroll-padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))} }
html,body{margin:0;padding:0;max-width:100%;overflow-x:clip}

:root{
  --ground:#F7FAF8;
  --ground-2:#FFFFFF;
  --ink:#0E1A16;
  --ink-2:#2A3A34;
  --muted:#5A6B65;
  --hairline:#DDE6E2;
  --hairline-2:#C6D4CE;

  --edge:#7E918B;
  --brand:#0E7C5A;
  --brand-deep:#0A6349;
  --brand-press:#07452F;
  --brand-wash:#EAF4EF;
  --vein:#1E5FBF;
  --vein-soft:#4A86D8;
  --vein-deep:#123F86;
  --artery:#C0342A;
  --artery-soft:#D2483C;

  --artery-ink:#6E1712;

  --transit:#8A5A3C;
  --transit-ink:#5E3620;


  --notice:#755B14;
  --notice-accent:#755B14;
  --notice-ink:#3E3319;
  --notice-muted:#6B6047;

  --notice-wash:rgba(138,109,31,.07);
  --notice-line:rgba(138,109,31,.42);


  --lift:0 1px 2px rgba(14,26,22,.04), 0 8px 24px rgba(14,26,22,.05);
  --lift-2:0 1px 2px rgba(14,26,22,.05), 0 18px 44px rgba(14,26,22,.07);

  --font:"Helvetica Neue",Helvetica,Arial,"PingFang TC","Microsoft JhengHei","Noto Sans TC",system-ui,sans-serif;

  --radius:3px;
  --radius-sm:2px;
  --shell:min(1200px, calc(100% - 44px));
}

body{
  background:var(--ground);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.85;
  letter-spacing:.005em;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font-variant-numeric:tabular-nums;
}

@media (max-width:1023px){ body{ padding-bottom:calc(88px + env(safe-area-inset-bottom,0px)); } }

img{max-width:100%;height:auto;display:block}
button{font:inherit;color:inherit}
a{color:var(--brand-deep);text-decoration:none}
a:hover{color:var(--brand)}


:focus-visible{
  outline:3px solid var(--brand-deep);
  outline-offset:2px;
  border-radius:2px;
}

.skip{
  position:fixed;top:-100px;left:16px;z-index:200;
  background:var(--ground-2);color:var(--ink);border:1px solid var(--edge);
  padding:12px 18px;border-radius:2px;box-shadow:var(--lift);transition:top .18s ease;
}
.skip:focus{top:14px}

.shell{width:var(--shell);margin-inline:auto}




.vh{
  position:absolute;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;
}


#aurora{
  position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;
  background-color:var(--ground);
}


#aurora::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(to right,  rgba(14,26,22,.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(14,26,22,.055) 1px, transparent 1px),
    linear-gradient(to right,  rgba(14,124,90,.130) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(14,124,90,.130) 1px, transparent 1px);
  background-size:24px 24px, 24px 24px, 120px 120px, 120px 120px;
  background-position:0 0, 0 0, 0 0, 0 0;

  -webkit-mask-image:linear-gradient(90deg,
    #000 0,
    #000 calc(50% - var(--shell) / 2 - 36px),
    transparent calc(50% - var(--shell) / 2 + 4px),
    transparent calc(50% + var(--shell) / 2 - 4px),
    #000 calc(50% + var(--shell) / 2 + 36px),
    #000 100%);
  mask-image:linear-gradient(90deg,
    #000 0,
    #000 calc(50% - var(--shell) / 2 - 36px),
    transparent calc(50% - var(--shell) / 2 + 4px),
    transparent calc(50% + var(--shell) / 2 - 4px),
    #000 calc(50% + var(--shell) / 2 + 36px),
    #000 100%);
}
#aurora i{position:absolute;display:block;border-radius:50%}

#aurora .a1{
  width:68vw;height:68vw;max-width:860px;max-height:860px;left:-16vw;top:-14vw;
  background:radial-gradient(circle at 50% 50%, rgba(14,124,90,.075), rgba(14,124,90,0) 68%);
}
#aurora .a2{
  width:60vw;height:60vw;max-width:760px;max-height:760px;right:-14vw;top:52vh;
  background:radial-gradient(circle at 50% 50%, rgba(14,124,90,.055), rgba(14,124,90,0) 68%);
}

#aurora .a3{display:none}


#page{position:relative;z-index:1}
#vesselWrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}
#vessel{display:block}

#vesselMasked{opacity:.88;filter:none}
#vessel .flow{filter:none}
@media (max-width:760px){ #vesselMasked{opacity:.72} }


header{
  position:fixed;top:0;left:0;right:0;z-index:60;
  transition:background-color .2s ease, border-color .2s ease;
  border-bottom:1px solid transparent;
}
body.scrolled header{
  background:rgba(247,250,248,.98);
  -webkit-backdrop-filter:none;backdrop-filter:none;
  border-bottom-color:var(--hairline);
}
.bar{display:flex;align-items:center;gap:20px;height:70px}
.brand{display:flex;align-items:center;gap:11px;min-width:0;min-height:44px;color:var(--ink)}
.brand:hover{color:var(--ink)}
.brand img{width:34px;height:34px;border-radius:3px;object-fit:cover;border:1px solid var(--hairline)}
.brand b{font-size:15.5px;font-weight:700;letter-spacing:.04em;white-space:nowrap}

.brand span{display:block;font-size:13px;letter-spacing:.18em;color:var(--muted);line-height:1.4}
nav{display:none;gap:26px;margin-left:auto;font-size:14.5px}
nav a{color:var(--ink-2);display:inline-flex;align-items:center;min-height:44px}
nav a:hover{color:var(--brand-deep)}
@media (min-width:1024px){ nav{display:flex} }


.navmenu{position:relative;margin-left:auto}
@media (min-width:1024px){ .navmenu{display:none} }
.navmenu > summary{
  list-style:none;display:inline-flex;align-items:center;gap:9px;
  min-height:44px;padding:9px 17px;border-radius:999px;
  border:1px solid var(--edge);color:var(--ink);background:var(--ground-2);
  font-size:14.5px;font-weight:600;letter-spacing:.02em;cursor:pointer;
  touch-action:manipulation;-webkit-tap-highlight-color:rgba(14,124,90,.14);
}
.navmenu > summary::-webkit-details-marker{display:none}
.navmenu > summary::marker{content:""}
.navmenu > summary .bars{display:block;width:16px;height:1px;background:currentColor;position:relative}
.navmenu > summary .bars::before,
.navmenu > summary .bars::after{content:"";position:absolute;left:0;width:16px;height:1px;background:currentColor}
.navmenu > summary .bars::before{top:-5px}
.navmenu > summary .bars::after{top:5px}
.navmenu[open] > summary{border-color:var(--brand-deep);color:var(--brand-deep);background:var(--brand-wash)}
.navmenu .menu{
  position:absolute;right:0;top:calc(100% + 12px);z-index:70;
  min-width:min(84vw,340px);max-height:calc(100svh - 104px);overflow:auto;margin:0;padding:8px;list-style:none;
  background:var(--ground-2);border:1px solid var(--hairline-2);border-radius:var(--radius);
  box-shadow:var(--lift-2);
}
.navmenu .menu a{
  display:flex;gap:14px;align-items:baseline;
  padding:11px 14px;border-radius:2px;color:var(--ink-2);font-size:15px;line-height:1.6;
}
.navmenu .menu a:hover{background:var(--brand-wash);color:var(--brand-deep)}
.navmenu .menu .n{
  flex:0 0 auto;font-size:13px;font-weight:700;color:var(--brand-deep);
  font-variant-numeric:tabular-nums;letter-spacing:.06em;
}


.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:46px;padding:12px 22px;border-radius:999px;
  border:1px solid var(--edge);background:var(--ground-2);color:var(--ink);
  font-size:14.5px;font-weight:600;letter-spacing:.04em;
  cursor:pointer;transition:transform .18s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
  touch-action:manipulation;-webkit-tap-highlight-color:rgba(14,124,90,.14);
}
.btn:hover{transform:translateY(-2px);border-color:var(--brand);color:var(--brand-deep);background:var(--brand-wash)}
.btn:active{transform:translateY(0)}
.btn[disabled]{opacity:.5;cursor:not-allowed}
.btn[disabled]:hover{transform:none;background:var(--ground-2);border-color:var(--edge);color:var(--ink)}

.btn-primary{
  background:var(--brand-deep);border-color:var(--brand-deep);color:#FFFFFF;
  box-shadow:0 1px 2px rgba(7,69,47,.24);
}
.btn-primary:hover{background:var(--brand-press);border-color:var(--brand-press);color:#FFFFFF;box-shadow:0 4px 14px rgba(14,26,22,.18)}

.btn-shop{
  width:100%;background:var(--brand-deep);border-color:var(--brand-deep);color:#FFFFFF;
}
.btn-shop:hover{background:var(--brand-press);border-color:var(--brand-press);color:#FFFFFF}
.btn .ext{font-size:13px;opacity:.92;line-height:1;margin-left:-4px}

.btn-quiet{border-color:var(--edge);color:var(--ink-2);background:transparent}
.btn-quiet:hover{color:var(--brand-deep)}
.btn-sm{min-height:44px;padding:10px 18px;font-size:13.5px}

.head-cta{margin-left:20px;display:none}
@media (min-width:1024px){ .head-cta{display:inline-flex} }

body.hide-buy .head-cta,
body.hide-buy #buybar,
body.hide-buy .prod .foot,
body.hide-buy .prod .btn-shop,
body.hide-buy .ritem .price,
body.hide-buy .ritem .btn-shop{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px)}
.head-cta,#buybar,
.prod .foot,.prod .btn-shop,
.ritem .price,.ritem .btn-shop{transition:opacity .3s ease, transform .3s ease, visibility .3s ease}


#buybar{
  position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;gap:12px;align-items:center;
  padding:11px 16px calc(11px + env(safe-area-inset-bottom,0px));
  background:rgba(255,255,255,.985);
  -webkit-backdrop-filter:none;backdrop-filter:none;
  border-top:1px solid var(--hairline);
  box-shadow:0 -1px 0 rgba(14,26,22,.02), 0 -10px 30px rgba(14,26,22,.06);
}
#buybar .lbl{font-size:13px;color:var(--muted);line-height:1.55}
#buybar .lbl b{display:block;color:var(--ink);font-size:15px;letter-spacing:.02em}
#buybar .btn{margin-left:auto;flex:0 0 auto}

@media (min-width:1024px){ #buybar{display:none} }


section{position:relative;z-index:1}
.sec{padding:clamp(84px,11.5vw,156px) 0}


.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13px;letter-spacing:.06em;color:var(--brand-deep);font-weight:700;
  margin:0 0 20px;
}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--brand)}
h2{
  margin:0 0 18px;font-size:clamp(28px,4.6vw,54px);line-height:1.28;
  font-weight:700;letter-spacing:-.022em;color:var(--ink);
}

.lede{margin:0 0 34px;max-width:60ch;color:var(--ink-2);font-size:clamp(16px,1.5vw,18.5px);line-height:1.92}
.note{font-size:14px;line-height:1.9;color:var(--muted)}


.sec > .shell{position:relative}
.sec > .shell > .eyebrow,
.sec > .shell > h2,
.sec > .shell > .lede,
.sec > .shell > .note,
.sec > .shell > .station,
.sec > .shell > .figref,

#proBody > .station,
#proBody > .vein-to-artery{
  position:relative;

  width:fit-content;
  background:var(--ground);
  box-shadow:0 0 0 13px var(--ground);
}

.sec > .shell > .lane-sep,
#proBody > .lane-sep{position:relative;background:var(--ground);box-shadow:0 0 0 10px var(--ground)}

@media (min-width:1320px){
  .sec > .shell::after{
    content:"";position:absolute;left:-26px;top:2px;bottom:2px;width:1px;
    background:linear-gradient(180deg,transparent,var(--hairline) 8%,var(--hairline) 92%,transparent);
    pointer-events:none;
  }
}
.hair{height:1px;background:var(--hairline);border:0;margin:0}


.glass{
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;

  border:1px solid var(--hairline-2);
  border-radius:var(--radius);
}


.js .reveal{opacity:0;transform:translateY(20px)}



#hero{min-height:100svh;display:flex;align-items:center;padding:132px 0 84px}
.hero-copy{position:relative}
.hero-copy::before{
  content:"";position:absolute;z-index:-1;pointer-events:none;
  left:-10vw;right:-8vw;top:-10vh;bottom:-8vh;
  background:radial-gradient(84% 74% at 18% 50%,
    rgba(247,250,248,.96) 0%, rgba(247,250,248,.88) 34%, rgba(247,250,248,.48) 56%, rgba(247,250,248,0) 74%);
}
h1.thesis{
  margin:0 0 10px;
  font-size:clamp(70px,17vw,208px);
  line-height:.92;font-weight:800;letter-spacing:-.042em;
}

h1.thesis .ch{
  display:inline-block;
  background-image:linear-gradient(100deg,#0E1A16 0%,#0E1A16 34%,#0A5C43 76%,#0E7C5A 100%);
  background-repeat:no-repeat;
  -webkit-background-clip:text;background-clip:text;
  color:transparent;
}
.hero-sub{
  margin:0 0 30px;max-width:46ch;
  font-size:clamp(16px,1.9vw,21px);line-height:1.95;color:var(--ink);
}

.hero-sub em{font-style:normal;color:var(--vein);font-weight:600}
.hero-kicker{
  font-size:14px;letter-spacing:.04em;color:var(--muted);margin:0 0 26px;
}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:38px}
.trust{
  display:flex;flex-wrap:wrap;gap:10px 0;
  border-top:1px solid var(--hairline);padding-top:22px;max-width:760px;
}
.trust div{
  flex:1 1 200px;padding-right:18px;font-size:14px;color:var(--muted);line-height:1.75;
}
.trust b{display:block;color:var(--ink);font-size:15.5px;font-weight:700;letter-spacing:.01em;margin-bottom:2px}
.scrollhint{
  margin-top:44px;display:inline-flex;align-items:center;gap:12px;
  font-size:13px;letter-spacing:.06em;color:var(--muted);
}

.scrollhint i{display:block;width:1px;height:34px;background:linear-gradient(180deg,var(--vein),transparent)}




.finder{display:grid;gap:22px}
@media (min-width:1000px){ .finder{grid-template-columns:0.92fr 1.08fr;align-items:start} }
.chips{display:grid;gap:10px}
.chip{
  display:flex;align-items:center;gap:16px;width:100%;text-align:left;
  min-height:70px;padding:16px 20px;cursor:pointer;
  background:var(--ground-2);

  border:1px solid var(--edge);border-radius:var(--radius-sm);
  transition:border-color .2s ease, background .2s ease, transform .18s ease, box-shadow .2s ease;
  touch-action:manipulation;-webkit-tap-highlight-color:rgba(14,124,90,.14);
}
.chip:hover{transform:translateX(4px);border-color:var(--brand);box-shadow:var(--lift)}
.chip .dot{
  flex:0 0 auto;width:11px;height:11px;border-radius:50%;
  background:#FFFFFF;border:1.5px solid var(--edge);
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.chip b{display:block;font-size:17px;font-weight:700;line-height:1.6;color:var(--ink)}
.chip span{display:block;font-size:14px;color:var(--ink-2);line-height:1.7}
.chip[aria-pressed="true"]{
  border-color:var(--brand);
  background:var(--brand-wash);
  box-shadow:inset 3px 0 0 var(--brand);
}
.chip[aria-pressed="true"] .dot{background:var(--brand);border-color:var(--brand-deep)}


.result{padding:30px 28px 28px;border-radius:0;box-shadow:var(--lift-2)}
.result .rlabel{font-size:13px;letter-spacing:.06em;color:var(--muted);margin:0 0 8px}
.result .rlevel{
  margin:0 0 6px;font-size:clamp(26px,3.6vw,38px);font-weight:800;line-height:1.3;
  color:var(--brand-deep);letter-spacing:-.02em;
}
.result .rwhy{margin:0 0 22px;font-size:15px;color:var(--ink-2);line-height:1.9}
.ritem{
  display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap;
  padding:14px 0;border-top:1px solid var(--hairline);
}
.ritem .rn{font-size:15.5px;line-height:1.7;flex:1 1 180px;color:var(--ink);word-break:auto-phrase;line-break:strict}
.ritem .btn-shop{width:auto;flex:0 0 auto}
.price{
  font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;
  font-size:20px;font-weight:700;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);
}
.price .cur{font-size:13px;color:var(--muted);font-weight:600;margin-right:3px;letter-spacing:.06em}
.result .ractions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.result .ractions .btn{flex:1 1 180px}
.rnote{
  margin-top:20px;padding-top:16px;border-top:1px dashed var(--hairline-2);
  font-size:14px;color:var(--muted);line-height:1.85;
}

.rurgent{
  display:flex;gap:12px;align-items:flex-start;
  margin:0 0 18px;padding:14px 16px;border-radius:var(--radius-sm);
  background:var(--notice-wash);border:1px solid var(--notice-line);
  font-size:14px;line-height:1.85;color:var(--notice-ink);
}
.rurgent .icn{
  flex:0 0 auto;width:20px;height:20px;margin-top:3px;border-radius:50%;
  border:1.5px solid var(--notice);color:var(--notice);
  display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;
}
.rurgent b{color:var(--notice);font-weight:700}


.ccl{display:grid;gap:20px}
@media (min-width:820px){ .ccl{grid-template-columns:1fr 1fr} }
.ccl-card{padding:36px 30px 30px;border-radius:var(--radius);position:relative;overflow:hidden;box-shadow:var(--lift)}
.ccl-card .big{
  display:block;font-size:clamp(76px,11vw,132px);line-height:.85;font-weight:800;
  letter-spacing:-.055em;font-variant-numeric:tabular-nums;margin-bottom:6px;
}
.ccl-1 .big{color:var(--brand)}
.ccl-2 .big{color:var(--brand-deep)}
.ccl-card h3{margin:0 0 4px;font-size:22px;font-weight:700;color:var(--ink)}

.ccl-card .cls{font-size:13.5px;letter-spacing:.16em;color:var(--muted);margin:0 0 20px}
.ccl-card ul{margin:0 0 22px;padding:0;list-style:none}
.ccl-card li{
  position:relative;padding-left:20px;font-size:15px;line-height:1.9;color:var(--ink-2);
  margin-bottom:6px;
}
.ccl-card li::before{content:"";position:absolute;left:2px;top:14px;width:6px;height:6px;border-radius:50%;background:var(--brand)}

.fillin{
  display:inline-block;padding:2px 9px;border-radius:2px;
  background:var(--notice-wash);border:1px dashed var(--notice-line);
  color:var(--notice-ink);font-size:13.5px;letter-spacing:.02em;line-height:1.7;
}


.pressure-film{
  display:grid;overflow:hidden;margin:42px 0 34px;
  border:1px solid var(--hairline-2);border-radius:var(--radius);
  background:rgba(255,255,255,.9);box-shadow:var(--lift);
}
.pressure-film__stage{
  position:relative;aspect-ratio:16/9;overflow:hidden;
  background:#E6EEEA;border-bottom:1px solid var(--hairline-2);
}
.pressure-film__stage video{
  display:block;width:100%;height:100%;object-fit:cover;background:#E6EEEA;
  pointer-events:none;
}
.pressure-film__caption{
  display:grid;gap:24px;padding:clamp(24px,3.5vw,40px);
}
.pressure-film__copy{max-width:75ch}
.pressure-film__copy h3{
  margin:8px 0 12px;font-size:clamp(24px,3.2vw,38px);font-weight:700;
  line-height:1.32;letter-spacing:-.02em;color:var(--ink);text-wrap:pretty;
}
.pressure-film__copy > p:not(.figref){margin:0;font-size:15.5px;line-height:1.9;color:var(--ink-2)}
.pressure-film__notice{
  margin-top:16px!important;padding-top:15px;border-top:1px solid var(--hairline);
  color:var(--muted)!important;font-size:14px!important;
}
.pressure-film__notice strong{color:var(--ink);font-weight:700}
.pressure-film__controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.pressure-film__status{margin:0;font-size:14px;line-height:1.7;color:var(--muted)}
.pressure-film__replay{flex:0 0 auto}
@media (min-width:860px){
  .pressure-film__caption{grid-template-columns:minmax(0,1fr) auto;align-items:end}
  .pressure-film__controls{max-width:240px;justify-content:flex-end;text-align:right}
}
@media (max-width:560px){
  .pressure-film{margin-top:34px}
  .pressure-film__caption{padding:24px 20px 26px}
  .pressure-film__replay{width:100%}
}


.plate{
  margin:0 0 8px;padding:clamp(22px,3vw,34px) clamp(20px,2.6vw,30px) clamp(24px,3vw,32px);
  border-radius:var(--radius);box-shadow:var(--lift);
}

.figref{
  display:flex;align-items:baseline;gap:12px;margin:0 0 6px;
  font-size:13px;letter-spacing:.06em;color:var(--muted);font-weight:700;
}
.figref .fno{
  flex:0 0 auto;color:var(--ink);border:1px solid var(--edge);border-radius:2px;
  padding:2px 9px;font-variant-numeric:tabular-nums;letter-spacing:.08em;
}
.plate > h3{margin:0 0 10px;font-size:clamp(19px,2.4vw,26px);font-weight:700;line-height:1.5;color:var(--ink)}
.plate > .note{max-width:70ch;margin:0 0 26px}

.pgrid{display:grid;gap:26px 22px;grid-template-columns:1fr}
@media (min-width:620px){ .pgrid{grid-template-columns:1fr 1fr} }
@media (min-width:1040px){ .pgrid{grid-template-columns:repeat(4,1fr)} }
.pcell{display:flex;flex-direction:column;gap:0}
.pcell figure{margin:0}
.pcell img{
  width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;display:block;
  background:#FBFDFC;border:1px solid var(--hairline-2);border-radius:var(--radius-sm);
}

.pcell .plabel{
  display:inline-block;margin:14px 0 0;padding:0 0 5px;
  border-bottom:2px solid var(--brand);
  font-size:13.5px;letter-spacing:.06em;color:var(--brand-deep);font-weight:700;
}
.pcell h4{margin:12px 0 6px;font-size:17px;font-weight:700;line-height:1.6;color:var(--ink)}
.pcell p{margin:0;font-size:15px;line-height:1.9;color:var(--ink-2)}


.valvegrid{display:grid;gap:26px;margin-top:22px}
@media (min-width:760px){ .valvegrid{grid-template-columns:1fr 1fr} }
.valvecell h4{margin:14px 0 4px;font-size:16.5px;font-weight:700}
.valvecell p{margin:6px 0 0;font-size:14.5px;color:var(--ink-2);line-height:1.85}
.valvecell svg{width:100%;height:auto;display:block;border-radius:var(--radius-sm);background:#FBFDFC;border:1px solid var(--hairline-2)}

.lead{stroke:var(--edge);stroke-width:1;stroke-dasharray:3 3}

.leadtx{fill:var(--muted);font-size:13px;letter-spacing:.04em}


.visual-figure{
  display:grid;overflow:hidden;margin:38px 0 34px;
  border:1px solid var(--hairline-2);border-radius:var(--radius);
  background:rgba(255,255,255,.9);box-shadow:var(--lift);
}
.visual-figure__media{position:relative;min-width:0;background:#E6EEEA;overflow:hidden}
.visual-figure__media img{display:block;width:100%;height:100%;object-fit:cover}
.figure-flow{
  position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;
  pointer-events:none;
}
.figure-flow__track{
  fill:none;stroke:#2B78B8;stroke-width:16;stroke-linecap:round;opacity:.18;
}
.figure-flow__stream{
  fill:none;stroke:#D8F4FF;stroke-width:7;stroke-linecap:round;
  stroke-dasharray:12 32;opacity:.9;
}
.visual-figure__caption{
  display:flex;flex-direction:column;justify-content:center;min-width:0;
  padding:clamp(26px,4vw,52px);
}
.visual-figure__caption h3{
  margin:8px 0 18px;font-size:clamp(26px,3.4vw,44px);font-weight:700;
  line-height:1.28;letter-spacing:-.025em;color:var(--ink);text-wrap:pretty;
}
.visual-figure__caption > p:not(.figref):not(.visual-figure__notice){
  margin:0 0 18px;font-size:16px;line-height:1.9;color:var(--ink-2);
}
.figure-key,.measure-key{
  display:grid;gap:0;margin:0 0 22px;padding:0;list-style:none;counter-reset:visual-key;
}
.figure-key li,.measure-key li{
  counter-increment:visual-key;position:relative;padding:13px 0 13px 42px;
  border-top:1px solid var(--hairline);font-size:15px;line-height:1.7;color:var(--ink-2);
}
.figure-key li::before,.measure-key li::before{
  content:counter(visual-key,decimal-leading-zero);position:absolute;left:0;top:14px;
  color:var(--vein-deep);font-size:13px;font-weight:700;letter-spacing:.08em;
  font-variant-numeric:tabular-nums;
}
.visual-figure__notice{
  margin:auto 0 0;padding-top:16px;border-top:1px solid var(--hairline);
  font-size:14px;line-height:1.8;color:var(--muted);
}
.visual-figure--anatomy{grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr)}
.visual-figure--anatomy .visual-figure__media{min-height:520px}
.visual-figure--anatomy .visual-figure__media img{object-fit:cover;object-position:center}
.visual-figure--measure{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}
.visual-figure--measure .visual-figure__media{min-height:460px}
.visual-figure--measure .visual-figure__media img{object-position:center 55%}
.visual-figure--lifestyle{
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);margin-top:54px;margin-bottom:0;
  background:linear-gradient(135deg,rgba(234,244,239,.96),rgba(255,255,255,.94));
}
.visual-figure--lifestyle .visual-figure__media{min-height:610px}
.visual-figure--lifestyle .visual-figure__media img{object-position:center 46%}
.visual-figure--lifestyle .visual-figure__caption h3{font-size:clamp(34px,5.1vw,64px);max-width:none}
.visual-figure--lifestyle .heading-line{display:block;white-space:nowrap}
.visual-figure--lifestyle .visual-figure__kicker{
  margin:0 0 4px!important;color:var(--brand-deep)!important;
  font-size:14px!important;font-weight:700;letter-spacing:.06em;
}
@media (max-width:819px){
  .visual-figure--anatomy,.visual-figure--measure,.visual-figure--lifestyle{grid-template-columns:1fr}
  .visual-figure--anatomy .visual-figure__media{min-height:0;aspect-ratio:3/2}
  .visual-figure--measure .visual-figure__media{min-height:0;aspect-ratio:4/3}
  .visual-figure--lifestyle .visual-figure__media{min-height:0;aspect-ratio:4/5}
  .visual-figure__caption{padding:26px 22px 28px}
  .visual-figure__caption h3{font-size:clamp(26px,8vw,36px)}
  .visual-figure--lifestyle .heading-line{white-space:normal}
}


.steps{display:grid;gap:18px;counter-reset:s}
@media (min-width:820px){ .steps{grid-template-columns:repeat(3,1fr)} }
.step{padding:30px 24px;border-radius:var(--radius-sm);position:relative}

.step .sn{
  font-size:13px;letter-spacing:.18em;color:var(--brand-deep);font-variant-numeric:tabular-nums;font-weight:700;
  display:block;margin-bottom:16px;
}
.step h3{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--ink)}
.step p{margin:0;font-size:15px;color:var(--ink-2);line-height:1.9}



.products{display:grid;gap:18px}
@media (min-width:660px){ .products{grid-template-columns:1fr 1fr} }
@media (min-width:1080px){ .products{grid-template-columns:repeat(3,1fr)} }
.prod{
  display:flex;flex-direction:column;padding:18px;border-radius:var(--radius);
  box-shadow:var(--lift);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.prod:hover{transform:translateY(-5px);border-color:var(--hairline-2);box-shadow:var(--lift-2)}

.prod .shot{
  position:relative;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:18px;
  background:var(--brand-wash);border:1px solid var(--hairline-2);
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;
}
.prod .shot img{width:100%;height:100%;object-fit:cover}

.prod .shot::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(14,26,22,.05);
}
.prod .shot.ph{color:var(--muted);font-size:13.5px;letter-spacing:.04em;text-align:center;padding:20px;line-height:1.9}
.tag{
  position:absolute;left:10px;top:10px;z-index:2;
  padding:5px 11px;border-radius:999px;font-size:13px;letter-spacing:.04em;font-weight:600;
  background:rgba(255,255,255,.94);border:1px solid var(--hairline-2);color:var(--ink-2);
}

.prod .brandline{font-size:13px;letter-spacing:.06em;color:var(--muted);margin:0 0 8px}
.prod h3{margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.6;color:var(--ink)}
.name-part,.heading-phrase{white-space:nowrap}
.prod .desc{margin:0 0 16px;font-size:15px;color:var(--ink-2);line-height:1.85;flex:1 1 auto}
.variants{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.variants span{
  padding:6px 12px;border-radius:2px;font-size:13.5px;color:var(--ink-2);
  border:1px solid var(--hairline-2);background:#FBFDFC;
}

.variants .fillin{
  background:var(--notice-wash);border:1px dashed var(--notice-line);
  color:var(--notice-ink);font-size:13.5px;
}
.prod .foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.prod .foot .per{font-size:13.5px;color:var(--muted);letter-spacing:.04em}

.prod .vnote{margin:0 0 16px;font-size:13.5px;line-height:1.85;color:var(--muted)}
.prod .vnote b{color:var(--notice);font-weight:600}


.vow{
  margin:0 0 8px;max-width:24ch;
  font-size:clamp(26px,3.4vw,40px);line-height:1.4;font-weight:700;
  letter-spacing:-.02em;color:var(--ink);
}
.vow b{color:var(--brand-deep);font-weight:700}
.vow-sub{margin:0 0 40px;max-width:62ch;font-size:16px;line-height:1.9;color:var(--ink-2)}
.rules{margin:0;padding:0;list-style:none;max-width:82ch;border-top:1px solid var(--hairline-2)}
.rules li{
  display:grid;gap:4px 26px;padding:20px 0;
  border-bottom:1px solid var(--hairline-2);
}
@media (min-width:760px){ .rules li{grid-template-columns:15ch 1fr;align-items:baseline} }
.rules .rk{font-size:15.5px;font-weight:700;color:var(--ink);letter-spacing:.01em}
.rules .rv{font-size:15px;line-height:1.9;color:var(--ink-2)}

.pays{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px;
  margin:26px 0 0;max-width:82ch;font-size:15px;color:var(--ink-2);line-height:1.9;
}
.pays .pk{font-size:14px;color:var(--muted);letter-spacing:.04em;font-weight:700}
.pays span:not(.pk){
  padding:3px 12px;border:1px solid var(--hairline-2);border-radius:2px;background:#FBFDFC;
  font-size:14.5px;
}


.lane-sep{
  display:flex;align-items:center;gap:16px;margin-bottom:34px;
  font-size:13px;letter-spacing:.06em;color:var(--notice-muted);font-weight:700;
}
.lane-sep::before,.lane-sep::after{content:"";flex:1;height:1px;background:var(--notice-line)}



#pro .eyebrow{color:var(--notice)}
#pro .eyebrow::before{background:var(--notice)}
.pro-banner{
  display:flex;gap:16px;align-items:flex-start;
  padding:20px 22px;border-radius:var(--radius-sm);margin-bottom:30px;
  background:var(--notice-wash);
  border:1px solid var(--notice-line);
  box-shadow:inset 3px 0 0 var(--notice);
}
.pro-banner .icn{
  flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  border:1.5px solid var(--notice);color:var(--notice);
  display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1;
}
.pro-banner b{display:block;font-size:16px;color:var(--notice-ink);letter-spacing:.01em;margin-bottom:4px;font-weight:700}
.pro-banner p{margin:0;font-size:15px;color:var(--notice-ink);line-height:1.85}

.pro-gate{
  padding:24px;border-radius:var(--radius-sm);margin-bottom:30px;
  background:var(--ground-2);border:1px dashed var(--notice-line);
}
.pro-gate p{margin:0 0 16px;font-size:15px;line-height:1.9;color:var(--ink-2);max-width:70ch}

.pro-gate .btn{border-color:var(--notice);color:var(--notice-ink)}
.pro-gate .btn:hover{background:var(--notice-wash);border-color:var(--notice);color:var(--notice-ink)}
#proBody[hidden]{display:none}
#brands[hidden],#contact-pro-sec[hidden]{display:none}

.pro-grid{display:grid;gap:18px}
@media (min-width:900px){ .pro-grid{grid-template-columns:repeat(2,1fr)} }

.pro-grid.veno{grid-template-columns:1fr;max-width:560px}
.pro-sep{margin-top:56px}


.station{
  display:flex;align-items:center;gap:12px;margin:0 0 16px;
  font-size:13.5px;letter-spacing:.06em;color:var(--vein-deep);font-weight:700;
}
.station::before{content:"";flex:0 0 26px;height:2px;background:var(--vein)}
.pro-card{display:flex;flex-direction:column;padding:24px;border-radius:var(--radius);box-shadow:var(--lift)}
.pro-card .shot{
  border-radius:var(--radius-sm);overflow:hidden;margin-bottom:18px;aspect-ratio:4/3;
  background:#FBFDFC;border:1px solid var(--hairline-2);
  display:flex;align-items:center;justify-content:center;
}
.pro-card .shot img{width:100%;height:100%;object-fit:cover}

.pro-card .cc{font-size:13px;letter-spacing:.06em;color:var(--muted);margin:0 0 8px}
.pro-card h3{margin:0 0 10px;font-size:19px;font-weight:700;line-height:1.6;color:var(--ink)}
.pro-card p{margin:0 0 20px;font-size:15px;color:var(--ink-2);line-height:1.9;flex:1 1 auto}
.pro-card .btn{width:100%}

.soon{
  display:inline-block;padding:5px 12px;border-radius:999px;font-size:13px;letter-spacing:.04em;font-weight:700;
  border:1px solid var(--notice-line);color:var(--notice);background:var(--notice-wash);
}


.vein-to-artery{
  display:flex;align-items:center;gap:20px;
  margin:56px 0 32px;max-width:80ch;
  font-size:15px;line-height:1.95;color:var(--ink-2);
}

.vein-to-artery::before{
  content:"";flex:0 0 96px;height:3px;border-radius:2px;
  background:linear-gradient(90deg,var(--vein),#B76A3C);
}

.vein-to-artery em{font-style:normal;color:var(--transit-ink);font-weight:700}
@media (max-width:700px){
  .vein-to-artery{flex-direction:column;align-items:flex-start;gap:16px}
  .vein-to-artery::before{flex:0 0 auto;width:96px}
}



.motiv{
  padding:clamp(26px,3.4vw,44px) clamp(24px,3vw,40px);
  border-radius:0;
  border-color:var(--hairline-2);
  box-shadow:var(--lift-2);
  margin-bottom:26px;
}
.motiv-head{display:flex;flex-wrap:wrap;gap:14px 26px;align-items:center;margin-bottom:26px}
.motiv-logo{
  flex:0 0 auto;width:206px;max-width:100%;padding:14px 18px;border-radius:var(--radius-sm);
  background:#FFFFFF;border:1px solid var(--hairline);
}
.motiv-head .htxt{min-width:min(100%,260px)}
.motiv-head .cc{margin:10px 0 6px;font-size:13px;letter-spacing:.06em;color:var(--muted)}
.motiv-head h3{margin:0;font-size:clamp(20px,2.9vw,30px);font-weight:700;line-height:1.42;color:var(--ink);letter-spacing:-.015em}
.motiv-lede{margin:0 0 30px;max-width:70ch;font-size:16px;line-height:1.95;color:var(--ink)}

.motiv-lede b{color:var(--vein-deep);font-weight:700}
.motiv-cols{display:grid;gap:32px}
@media (min-width:980px){ .motiv-cols{grid-template-columns:1.08fr .92fr;align-items:start} }
.motiv-story{max-width:74ch}

.attr{
  display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;
  font-size:13px;letter-spacing:.06em;color:var(--notice);font-weight:700;
}
.attr::before{content:"";width:18px;height:2px;background:var(--notice)}
.motiv-story p{margin:0 0 26px;font-size:15px;line-height:1.95;color:var(--ink-2)}
.claims{margin:0 0 26px;padding:0;list-style:none;display:grid;gap:7px}
.claims li{position:relative;padding-left:21px;font-size:15px;line-height:1.85;color:var(--ink-2)}
.claims li::before{
  content:"";position:absolute;left:2px;top:12px;width:6px;height:6px;border-radius:50%;
  background:var(--vein-soft);
}


#peripheralStation .motiv-lede b{color:var(--transit-ink)}
#peripheralStation .claims li::before{background:var(--transit)}
.arterial .motiv-lede b{color:var(--artery-ink)}
.arterial .claims li::before{background:var(--artery)}


.reva-shared{
  padding:clamp(20px,2.6vw,28px) clamp(20px,2.6vw,30px);
  border-radius:var(--radius-sm);margin-bottom:26px;
}
.reva-shared p{margin:0;font-size:15px;line-height:1.95;color:var(--ink-2);max-width:74ch}
.reva-shared b{color:var(--ink);font-weight:700}

.motiv-disc{
  margin:0;padding-top:18px;border-top:1px dashed var(--hairline-2);
  font-size:14px;line-height:1.9;color:var(--muted);
}
.claims-todo{
  margin:0 0 26px;padding-top:16px;border-top:1px dashed var(--hairline-2);
  font-size:14px;line-height:1.9;color:var(--muted);
}
.motiv .btn{margin-top:30px}

.pro-src{
  margin:22px 0 0;padding:14px 16px;border-radius:var(--radius-sm);
  background:var(--notice-wash);border:1px solid var(--notice-line);
  font-size:14px;line-height:1.85;color:var(--notice-ink);
}
.pro-src b{color:var(--notice);font-weight:700}
.pro-src a{color:var(--notice-ink);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.motiv .pro-src{margin-top:26px}
.motiv .pro-src + .btn{margin-top:20px}


.station-transit{color:var(--transit-ink)}
.station-transit::before{background:linear-gradient(90deg,var(--vein),#B76A3C)}


.station-arterial{color:var(--artery-ink)}
.station-arterial::before{background:linear-gradient(90deg,#B76A3C,var(--artery))}

.arterial{
  background:rgba(255,255,255,.86);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  border-color:rgba(192,52,42,.42);
  box-shadow:var(--lift-2), inset 0 0 0 1px rgba(192,52,42,.12);
}

.arterial :is(.motiv-disc,.claims-todo,.clinfig figcaption,.note){color:#3E4B47}


.clinfig{margin:0 0 24px}

.clinfig img{
  width:auto;max-width:100%;height:auto;display:block;border-radius:var(--radius-sm);
  border:1px solid #0E1A16;background:#0E1A16;
}
.clinfig figcaption{margin-top:10px;font-size:14px;line-height:1.85;color:var(--muted)}
.clinfig figcaption b{
  display:block;margin-bottom:4px;font-size:13.5px;letter-spacing:.06em;
  font-weight:700;color:var(--notice);
}
.clinfig + .clinfig{margin-top:26px}



.bento{display:grid;gap:14px;grid-template-columns:1fr}
@media (min-width:900px){ .bento{grid-template-columns:repeat(3,1fr)} }

.bento > div{
  position:relative;
  padding:28px 24px;border-radius:var(--radius-sm);
  display:flex;flex-direction:column;justify-content:space-between;min-height:170px;
}
.bhead{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}

.bst{
  display:inline-flex;align-items:center;gap:9px;
  font-size:13px;letter-spacing:.06em;font-weight:700;color:var(--vein-deep);
}
.bst::before{content:"";flex:0 0 18px;height:2px;background:var(--vein)}

.bento .bst-artery{color:var(--transit-ink)}
.bento .bst-artery::before{background:linear-gradient(90deg,var(--vein),#B76A3C)}

@media (min-width:900px){
  .bento > div + div::after{
    content:"";position:absolute;left:-15px;width:15px;height:1px;top:45px;
    background:var(--vein);opacity:.6;
  }
  .bento > div:last-child::after{
    background:linear-gradient(90deg,var(--vein),#B76A3C);opacity:.85;
  }
}
.bento b{display:block;font-size:21px;font-weight:700;letter-spacing:.01em;margin-top:20px;line-height:1.5;color:var(--ink)}
.bento span{display:block;font-size:14px;color:var(--ink-2);line-height:1.85;margin-top:4px}


.tech{
  display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;
  padding:28px;border-radius:var(--radius-sm);
}
.tech .th{font-size:13px;letter-spacing:.06em;color:var(--brand-deep);flex:1 1 100%;font-weight:700}
.tech span{font-size:15px;color:var(--ink-2);line-height:1.8}
.tech span b{color:var(--ink);font-weight:700}


.guide-lead{display:grid;gap:22px;margin:0 0 34px}
@media (min-width:900px){.guide-lead{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start}}
.safety-card{
  padding:24px;border-radius:var(--radius-sm);background:var(--brand-wash);
  border:1px solid var(--brand-line);box-shadow:inset 3px 0 0 var(--brand-deep);
}
.safety-card h3{margin:0 0 12px;font-size:20px;line-height:1.5;color:var(--ink)}
.safety-card ol{margin:0;padding-left:1.35em;display:grid;gap:9px}
.safety-card li{padding-left:5px;font-size:15px;line-height:1.85;color:var(--ink-2)}
.guide-scope{margin:0;font-size:16px;line-height:1.95;color:var(--ink-2);max-width:62ch}
.guide-scope b{color:var(--ink);font-weight:700}
.manual{border-top:1px solid var(--hairline-2)}
.manual details{border-bottom:1px solid var(--hairline-2)}
.manual summary{
  list-style:none;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;
  min-height:72px;padding:20px 0;cursor:pointer;color:var(--ink);touch-action:manipulation;
}
.manual summary::-webkit-details-marker{display:none}
.manual summary::marker{content:""}
.manual summary::after{
  content:"＋";display:grid;place-items:center;width:36px;height:36px;border-radius:50%;
  border:1px solid var(--edge);font-size:19px;line-height:1;color:var(--brand-deep);background:var(--ground-2);
}
.manual details[open] summary::after{content:"－"}
.manual summary:hover .manual-title{color:var(--brand-deep)}
.manual-title{display:block;font-size:19px;font-weight:700;line-height:1.55;transition:color .2s ease}
.manual-meta{display:block;margin-top:3px;font-size:14px;line-height:1.7;color:var(--muted);font-weight:400}
.manual-body{padding:2px 0 34px;max-width:94ch}
.manual-body h4{margin:28px 0 9px;font-size:17px;line-height:1.55;color:var(--ink)}
.manual-body h4:first-child{margin-top:0}
.manual-body p{margin:0 0 14px;font-size:15px;line-height:1.95;color:var(--ink-2)}
.manual-body ul,.manual-body ol{margin:0 0 18px;padding-left:1.35em;display:grid;gap:8px}
.manual-body li{padding-left:5px;font-size:15px;line-height:1.9;color:var(--ink-2)}
.manual-body strong{color:var(--ink);font-weight:700}
.manual-note{
  margin:20px 0 0!important;padding:16px 18px;border:1px solid var(--notice-line);border-radius:var(--radius-sm);
  background:var(--notice-wash);color:var(--notice-ink)!important;
}
.manual-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.manual-links a{
  display:inline-flex;align-items:center;min-height:44px;padding:9px 15px;border:1px solid var(--edge);
  border-radius:999px;color:var(--ink-2);font-size:14px;font-weight:600;line-height:1.5;background:var(--ground-2);
}
.manual-links a:hover{border-color:var(--brand);color:var(--brand-deep);background:var(--brand-wash)}
.table-scroll{overflow:auto;margin:18px 0 12px;border:1px solid var(--hairline-2);border-radius:var(--radius-sm);background:var(--ground-2);-webkit-overflow-scrolling:touch}
.table-scroll:focus-visible{outline:3px solid var(--brand-deep);outline-offset:2px}
.size-table{width:100%;min-width:720px;border-collapse:collapse;font-size:14.5px;line-height:1.6;font-variant-numeric:tabular-nums}
.size-table caption{padding:14px 16px;text-align:left;font-weight:700;color:var(--ink);background:var(--brand-wash)}
.size-table th,.size-table td{padding:13px 15px;border-top:1px solid var(--hairline);text-align:center;color:var(--ink-2)}
.size-table thead th{background:#F5F8F6;color:var(--ink);font-weight:700}
.size-table tbody th{text-align:left;color:var(--ink);font-weight:700;white-space:nowrap}
.measure-key{display:grid;gap:10px;margin:20px 0}
@media (min-width:720px){.measure-key{grid-template-columns:repeat(2,1fr)}}
.measure-key span{padding:13px 15px;border-left:2px solid var(--brand);background:var(--ground-2);font-size:14.5px;line-height:1.75;color:var(--ink-2)}
.measure-key b{color:var(--ink);font-weight:700}
.faq-list{display:grid;gap:18px}
.faq-list div{padding-bottom:18px;border-bottom:1px solid var(--hairline)}
.faq-list div:last-child{padding-bottom:0;border-bottom:0}
.faq-list dt{margin:0 0 6px;font-size:16px;line-height:1.7;color:var(--ink);font-weight:700}
.faq-list dd{margin:0;font-size:15px;line-height:1.9;color:var(--ink-2)}


.channel-list{margin:0;padding:0;list-style:none;max-width:880px;border-top:1px solid var(--hairline-2)}
.channel-list li{display:grid;gap:5px 22px;padding:20px 0;border-bottom:1px solid var(--hairline-2)}
@media (min-width:760px){.channel-list li{grid-template-columns:16ch minmax(0,1fr);align-items:baseline}}
.channel-list b{font-size:16px;line-height:1.6;color:var(--ink)}
.channel-list span{font-size:15px;line-height:1.85;color:var(--ink-2)}
.channel-list a{color:var(--brand-deep);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.company-layout{display:grid;gap:34px}
@media (min-width:900px){.company-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start}}
.company-copy{max-width:68ch}
.company-copy p{margin:0 0 18px;font-size:16px;line-height:2;color:var(--ink-2)}
.company-copy p:first-child{font-size:18px;color:var(--ink)}
.company-facts{margin:0;padding:0;list-style:none;border-top:1px solid var(--hairline-2)}
.company-facts li{padding:18px 0;border-bottom:1px solid var(--hairline-2)}
.company-facts b{display:block;margin-bottom:4px;font-size:19px;line-height:1.5;color:var(--brand-deep)}
.company-facts span{display:block;font-size:14.5px;line-height:1.8;color:var(--ink-2)}
.privacy-panel{max-width:880px}
.privacy-panel .manual-body{max-width:none}
.privacy-grid{display:grid;gap:18px;margin-top:8px}
@media (min-width:760px){.privacy-grid{grid-template-columns:1fr 1fr}}
.privacy-grid section{padding:0 0 18px;border-bottom:1px solid var(--hairline)}
.privacy-grid h4{margin:0 0 7px}
.privacy-grid p{margin:0}


.pro-brief{margin:26px 0 0;padding:clamp(24px,3vw,36px);border-radius:var(--radius-sm);border-color:var(--notice-line)}
.pro-brief h3{margin:0 0 10px;font-size:clamp(22px,3vw,30px);line-height:1.5;color:var(--notice-ink)}
.pro-brief > p{margin:0 0 18px;max-width:76ch;font-size:15px;line-height:1.95;color:var(--ink-2)}
.symptom-grid{margin:22px 0;padding:0;list-style:none;display:grid;gap:10px 26px}
@media (min-width:760px){.symptom-grid{grid-template-columns:1fr 1fr}}
.symptom-grid li{position:relative;padding-left:22px;font-size:15px;line-height:1.85;color:var(--ink-2)}
.symptom-grid li::before{content:"";position:absolute;left:2px;top:12px;width:7px;height:7px;border-radius:50%;background:var(--notice)}
.pro-urgent{margin:22px 0;padding:17px 19px;border:1px solid var(--notice-line);border-radius:var(--radius-sm);background:var(--notice-wash);font-size:15px;line-height:1.9;color:var(--notice-ink)}
.pro-refs{margin:18px 0 0;padding-left:1.25em;display:grid;gap:10px}
.pro-refs li{padding-left:5px;font-size:14.5px;line-height:1.85;color:var(--ink-2)}
.pro-refs a{color:var(--notice-ink);text-decoration:underline;text-underline-offset:3px}


.channels{display:grid;gap:14px;margin:0 0 26px;max-width:760px}
@media (min-width:680px){ .channels{grid-template-columns:1fr 1fr} }
.channels div{
  padding:20px;border-radius:var(--radius-sm);
  background:var(--ground-2);
  border:1px solid var(--hairline);
}
.channels .k{display:block;font-size:13px;letter-spacing:.06em;color:var(--muted);margin-bottom:8px}
.channels b{display:block;font-size:16.5px;font-weight:700;line-height:1.6;color:var(--ink);letter-spacing:.01em}
.channels .v{display:block;margin-top:4px;font-size:14px;color:var(--ink-2);line-height:1.8}



.lane{max-width:640px;padding:32px 28px 28px;border-radius:var(--radius);box-shadow:var(--lift)}
.lane h3{margin:0 0 6px;font-size:21px;font-weight:700;line-height:1.5;color:var(--ink)}
.lane .lane-sub{margin:0 0 22px;font-size:15px;color:var(--ink-2);line-height:1.85}
.lane label{display:block;margin:0 0 6px;font-size:14.5px;letter-spacing:.02em;color:var(--ink-2);font-weight:700}
.lane .req{color:var(--notice);font-size:13px;letter-spacing:.06em;margin-left:6px;font-weight:700}

.lane input,.lane select,.lane textarea{
  width:100%;margin:0 0 4px;padding:12px 14px;border-radius:var(--radius-sm);
  background:var(--ground-2);border:1px solid var(--edge);
  color:var(--ink);font:inherit;font-size:15px;line-height:1.6;min-height:48px;
}
.lane textarea{min-height:104px;resize:vertical}
.lane input:focus,.lane select:focus,.lane textarea:focus{border-color:var(--brand)}

.lane :is(input,select,textarea):focus-visible{outline:3px solid var(--brand-deep);outline-offset:1px}

.lane input[aria-invalid="true"],.lane select[aria-invalid="true"],.lane textarea[aria-invalid="true"]{border-color:var(--notice)}
.lane .field{margin-bottom:16px}
.lane .err{margin:2px 0 0;font-size:14px;line-height:1.7;color:var(--notice-ink);font-weight:700}
.lane .btn{width:100%;margin-top:6px}
.lane .lane-status{margin:14px 0 0;font-size:15px;line-height:1.8;color:var(--brand-deep);min-height:1px}
.lane .lane-note{margin:16px 0 0;font-size:14px;color:var(--muted);line-height:1.85}
.lane .lane-note a{color:var(--brand-deep);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.lane-pro{border-color:var(--notice-line)}
.lane-pro h3{color:var(--notice-ink)}
.lane-pro .btn{background:var(--ground-2);border-color:var(--notice);color:var(--notice-ink)}
.lane-pro .btn:hover{background:var(--notice-wash);border-color:var(--notice);color:var(--notice-ink)}
.lane-pro .lane-status{color:var(--notice-ink)}
.lane-pro .lane-bound{
  margin:0 0 22px;padding:15px 17px;border-radius:var(--radius-sm);font-size:14.5px;line-height:1.85;
  color:var(--notice-ink);background:var(--notice-wash);border:1px solid var(--notice-line);
}


footer{padding:64px 0 40px;border-top:1px solid var(--hairline);margin-top:40px;position:relative;z-index:1;background:var(--ground)}
.fgrid{display:grid;gap:28px}
@media (min-width:820px){ .fgrid{grid-template-columns:1.2fr 1fr 1fr} }
.fgrid h3{margin:0 0 14px;font-size:13.5px;letter-spacing:.06em;color:var(--brand-deep);font-weight:700}
.fgrid ul{margin:0;padding:0;list-style:none}
.fgrid li{margin-bottom:9px;font-size:15px;color:var(--ink-2);line-height:1.8}
.fgrid a{color:var(--ink-2)}

.fgrid li a{display:inline-block;padding-block:11px}
.fgrid a:hover{color:var(--brand-deep)}

.legal{margin-top:40px;padding-top:24px;border-top:1px solid var(--hairline);font-size:14px;color:var(--muted);line-height:2}


@media (max-width:820px){
  #aurora::before,#aurora i{display:none}
}


@media (max-width:760px){
  #hero{padding:104px 0 56px}
  .hero-kicker{margin-bottom:18px}
  .hero-sub{font-size:16px;line-height:1.85;margin-bottom:22px}
  .cta-row{gap:10px;margin-bottom:24px}
  .cta-row .btn{flex:1 1 100%}

  .trust{
    flex-wrap:nowrap;overflow-x:auto;gap:0;padding-top:18px;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
    -webkit-mask-image:linear-gradient(90deg,#000 84%,transparent);
    mask-image:linear-gradient(90deg,#000 84%,transparent);
  }
  .trust::-webkit-scrollbar{display:none}
  .trust div{flex:0 0 76%;padding-right:16px}
  .scrollhint{margin-top:24px}
}


@media (prefers-reduced-motion:reduce){
  .btn:hover,.btn:active,.chip:hover,.prod:hover{transform:none}
  .figure-flow__stream{opacity:.62}
}



:root {
  --mp-header: 76px;
  --mp-rule: rgba(14, 124, 90, .16);
  --mp-paper: rgba(255, 255, 255, .92);
  --mp-variclose-surface: #F3ECF8;
  --mp-variclose-border: #CDBEE0;
  --mp-reva-surface: #EAF3FB;
  --mp-reva-border: #B7D1E8;
}

html { scroll-padding-top: calc(var(--mp-header) + 20px); }
body { min-width: 0; }
body.mp-page {
  --ink: #102A43;
  --ink-2: #243B53;
  --muted: #52667A;
  padding-bottom: 0;
}
.page-home {
  --home-section-title: clamp(44px, 5.6vw, 76px);
  --home-entry-title: clamp(38px, 4vw, 58px);
  --home-action-title: clamp(36px, 4.4vw, 58px);
  --home-note-size: 14px;
}
body.mp-page { caret-color: var(--brand); }
body.mp-page ::selection { color: #fff; background: var(--brand-deep); }
body.mp-page { scrollbar-color: rgba(14,124,90,.5) rgba(14,124,90,.07); }
body.mp-page::-webkit-scrollbar { width: 11px; }
body.mp-page::-webkit-scrollbar-track { background: rgba(14,124,90,.07); }
body.mp-page::-webkit-scrollbar-thumb { background: rgba(14,124,90,.5); border: 3px solid var(--ground); border-radius: 12px; }
.mp-header {
  border-bottom: 1px solid var(--mp-rule);
  background: rgba(247, 250, 248, .985);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background-color .2s ease, border-color .2s ease;
}
body.scrolled .mp-header { background: #f7faf8; }
.mp-header .bar { min-height: var(--mp-header); }
.mp-header nav { gap: clamp(15px, 1.7vw, 28px); }
.mp-header nav a { position: relative; }
.mp-header nav a[aria-current="page"] { color: var(--brand); }
.mp-header nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: var(--brand);
}
.mp-header .head-cta { white-space: nowrap; }
.mp-header .navmenu > summary { flex: 0 0 auto; white-space: nowrap; }
.navmenu-label-short { display: none; }
.mp-menu a[aria-current="page"] { color: var(--brand); font-weight: 650; }

.mp-page { overflow: clip; }
.mp-page main { position: relative; z-index: 1; }
.mp-page .glass {
  background: rgba(255, 255, 255, .97);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.js .reveal.is-revealed {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.route-hero {
  position: relative;
  min-height: min(760px, calc(100svh - var(--mp-header)));
  display: grid;
  align-items: center;
  padding: clamp(118px, 13vw, 190px) 0 clamp(92px, 11vw, 154px);
  border-bottom: 1px solid var(--mp-rule);
  isolation: isolate;
}
.route-hero::before {
  content: "";
  position: absolute;
  width: min(62vw, 880px);
  aspect-ratio: 1;
  right: -24vw;
  top: -20%;
  z-index: -2;
  border: 1px solid rgba(14,124,90,.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 52px rgba(14,124,90,.018), inset 0 0 0 104px rgba(30,95,191,.018);
}
.route-hero .shell { position: relative; }
.route-hero-copy { max-width: 760px; }
.route-hero h1 {
  max-width: 12ch;
  margin: 16px 0 28px;
  font-size: clamp(54px, 6.6vw, 96px);
  line-height: .92;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.route-hero .lede { max-width: 58ch; margin-bottom: 32px; }
.route-hero .cta-row { margin-bottom: 0; }
.figure-label {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}
.route-index {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 13px;
}
.route-index span { display: inline-flex; gap: 7px; align-items: center; }
.route-index span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }

.mp-flow {
  position: absolute;
  right: clamp(24px, 6vw, 90px);
  top: 50%;
  width: clamp(150px, 22vw, 330px);
  height: clamp(320px, 46vw, 520px);
  transform: translateY(-50%);
  opacity: .96;
  pointer-events: none;
}
.mp-flow__track {
  position: absolute;
  inset: 4% 22% 4% 28%;
  border: clamp(18px, 2.6vw, 38px) solid rgba(30,95,191,.12);
  border-left-color: rgba(14,124,90,.17);
  border-radius: 48% 52% 45% 55% / 58% 42% 58% 42%;
  transform: rotate(10deg);
  box-shadow: inset 0 0 0 1px rgba(18,63,134,.16), 0 0 0 1px rgba(18,63,134,.08);
}
.mp-flow__particle {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: clamp(7px, .75vw, 11px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--vein);
  box-shadow: 0 0 0 5px rgba(30,95,191,.08);
}
.mp-flow__particle:nth-child(3) { left: 63%; bottom: 7%; opacity: .72; }
.mp-flow__particle:nth-child(4) { left: 40%; bottom: 18%; opacity: .56; }

.home-vessel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: min(2200px, 225svh);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
}
.home-vessel svg { display: block; width: 100%; height: 100%; }
.home-vessel path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-vessel__edge { stroke: #0b2e63; stroke-width: 120; opacity: .96; }
.home-vessel__wall { stroke: url(#homeVesselWall); stroke-width: 116; opacity: 1; }
.home-vessel__lumen { stroke: url(#homeVesselLumen); stroke-width: 92; opacity: .96; }
.home-vessel__shadow { stroke: #0b2e63; stroke-width: 17; opacity: .32; }
.home-vessel__sheen { stroke: #8fb8e8; stroke-width: 15; opacity: .34; }
.home-vessel__draw { stroke: #d8eaff; stroke-width: 76; opacity: .18; }
.home-vessel__flow {
  stroke: #0c2f63;
  stroke-width: 28;
  stroke-dasharray: 18 86;
  opacity: .8;
}
.home-vessel__valves path {
  stroke: #a8c8ec;
  stroke-width: 6;
  opacity: .78;
}

.route-hub {
  padding-top: clamp(92px, 10vw, 150px);
  padding-bottom: clamp(120px, 13vw, 180px);
}
.route-hub__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 84px);
}
.route-hub__head h2 { margin: 0; max-width: 12ch; }
.route-hub__head p { max-width: 48ch; margin: 0; }
.route-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}
.route-card {
  grid-column: span 4;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
  background: var(--mp-paper);
  border: 1px solid rgba(14,124,90,.14);
  border-radius: 4px 28px 4px 4px;
  color: inherit;
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.route-card:nth-child(2), .route-card:nth-child(5) { grid-column: span 5; }
.route-card:nth-child(3), .route-card:nth-child(4) { grid-column: span 7; }
.route-card:hover { transform: translateY(-4px); border-color: rgba(14,124,90,.42); background:#fff; }
.route-card:active { transform: translateY(-1px); }
.route-card h3 { margin: auto 0 10px; font-size: clamp(27px, 3vw, 40px); line-height: 1.08; }
.route-card p { margin: 0; max-width: 40ch; color: var(--muted); }
.route-card .go { margin-top: 24px; color: var(--brand); font-weight: 650; }


.home-credentials {
  position: relative;
  z-index: 2;
  border-block: 1px solid var(--mp-rule);
  background: rgba(247,250,248,.92);
}
.home-credentials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-credentials__grid > div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 26px clamp(20px, 3vw, 40px);
  border-right: 1px solid var(--mp-rule);
}
.home-credentials__grid > div:first-child { padding-left: 0; }
.home-credentials__grid > div:last-child { padding-right: 0; border-right: 0; }
.home-credentials strong {
  color: var(--brand-deep);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.2;
}
.home-credentials span { color: var(--muted); font-size: 14px; line-height: 1.55; }


.home-portfolio {
  position: relative;
  z-index: 1;
  padding-top: clamp(96px, 11vw, 160px);
  padding-bottom: clamp(94px, 10vw, 148px);
  border-bottom: 1px solid var(--mp-rule);
}

.home-portfolio__head {
  max-width: 780px;
  margin-bottom: clamp(44px, 6vw, 76px);
  padding: clamp(24px, 3.2vw, 40px) clamp(22px, 3vw, 44px);
  border: 1px solid rgba(14,124,90,.14);
  border-radius: 4px 28px 4px 4px;
  background: rgba(247,250,248,.92);
}
.home-portfolio__head .figure-label { margin: 0 0 10px; }
.home-portfolio__head h2 {
  max-width: 14ch;
  margin: 0 0 20px;
  font-size: var(--home-section-title);
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.home-section-note,
.home-card-note {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: var(--home-note-size);
  line-height: 1.7;
  letter-spacing: .005em;
  text-wrap: pretty;
}
.home-portfolio__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
}
.home-venosan,
.home-professional {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.16);
}
.home-venosan {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: clamp(30px, 4vw, 54px);
  border-radius: 5px 42px 5px 5px;
  background: rgba(255,255,255,.95);
}
.home-venosan__copy { max-width: 580px; }
.home-audience {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 34px;
  padding: 5px 10px;
  border: 1px solid currentColor;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
}
.home-venosan h3,
.home-professional h3 {
  margin: 10px 0 20px;
  font-size: var(--home-entry-title);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  line-break: strict;
  text-wrap: balance;
}
.home-venosan h3 {
  font-size: min(var(--home-entry-title), 50px);
  white-space: nowrap;
}
.home-venosan__copy > p:not(.eyebrow),
.home-professional > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.home-product-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}
.home-product-types li {
  padding: 8px 11px;
  border: 1px solid rgba(14,124,90,.18);
  background: rgba(238,245,241,.68);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.home-venosan .cta-row { margin: 0; }
.home-venosan__lifestyle {
  margin: clamp(30px, 4vw, 48px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.14);
  background: #fff;
}
.home-venosan__lifestyle img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 48%;
}
.home-venosan__lifestyle figcaption {
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(14,124,90,.1);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-wrap: pretty;
}
.home-product-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-self: end;
  margin-top: clamp(34px, 5vw, 64px);
}
.home-product-mosaic figure {
  min-width: 0;
  margin: 0;
  border-top: 1px solid rgba(14,124,90,.14);
  background: #fbfcfb;
}
.home-product-mosaic img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 10px 8px 0;
}
.home-product-mosaic figcaption {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 10px 10px;
  border-top: 1px solid rgba(14,124,90,.1);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.venosan-lifestyle {
  padding-block: clamp(72px, 9vw, 126px);
  border-bottom: 1px solid var(--mp-rule);
}
.venosan-lifestyle__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}
.venosan-lifestyle__head h2 {
  max-width: 13ch;
  margin: 0;
  text-wrap: balance;
}
.venosan-lifestyle__head > div:last-child p {
  max-width: 44ch;
  margin: 0 0 16px;
  color: var(--muted);
}
.venosan-lifestyle__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}
.venosan-lifestyle__grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.14);
  background: #fff;
}
.venosan-lifestyle__grid figure:first-child { border-radius: 4px 28px 4px 4px; }
.venosan-lifestyle__grid figure:last-child { border-radius: 4px 4px 28px 4px; }
.venosan-lifestyle__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.venosan-lifestyle__grid figcaption {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 20px;
  border-top: 1px solid rgba(14,124,90,.1);
}
.venosan-lifestyle__grid strong { color: var(--ink); font-size: 18px; }
.venosan-lifestyle__grid span { color: var(--muted); font-size: 14px; line-height: 1.7; }
.venosan-lifestyle__note {
  max-width: 78ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.home-professional {
  display: grid;
  grid-template-rows: minmax(230px, .82fr) auto;
  border-color: rgba(188,229,213,.2);
  border-radius: 34px 5px 5px 5px;
  background: #0b352b;
  color: #f7fbf8;
}
.home-professional__media {
  min-height: 0;
  overflow: hidden;
  background: #dce9e2;
}
.home-professional__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.78) contrast(.96);
}
.home-professional__copy { padding: clamp(30px, 4vw, 50px); }
.home-professional h3 {
  max-width: 100%;
}
.home-professional__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 20px;
}
.home-professional__meta .home-audience,
.home-professional__meta .eyebrow,
.home-professional__meta .figure-label { margin: 0; }
.home-professional .home-audience { color: #bce5d5; }
.home-professional .eyebrow { color: #9bd7c0; font-size: 14px; }
.home-professional__copy > p:not(.eyebrow) {
  max-width: 44ch;
  color: rgba(247,251,248,.8);
  font-size: var(--home-note-size);
  line-height: 1.7;
  letter-spacing: .01em;
  text-wrap: pretty;
}
.home-professional__sentence { display: block; }
.home-professional__term { white-space: nowrap; }
.home-pro-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 18px;
  padding: 0;
  list-style: none;
}
.home-pro-scope li {
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(188,229,213,.22);
  background: rgba(255,255,255,.055);
  color: #eaf7f1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.home-pro-scope li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #75c8a9;
  content: "";
}
.home-pro-gate {
  width: 100%;
  min-height: 50px;
  white-space: normal;
  border-color: rgba(188,229,213,.4);
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.home-pro-gate:hover { border-color: #bce5d5; background: rgba(255,255,255,.08); color: #fff; }
.home-professional__copy .home-pro-note {
  max-width: none;
  margin: 14px 0 0;
  color: rgba(247,251,248,.64);
  font-size: 13px;
  line-height: 1.65;
}
.home-pro-products {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(188,229,213,.22);
}
.home-pro-products[hidden] { display: none; }
.home-pro-products ul { margin: 0 0 22px; padding: 0; list-style: none; }
.home-pro-products li {
  display: grid;
  gap: 3px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(188,229,213,.14);
}
.home-pro-products b { color: #fff; font-size: 18px; }
.home-pro-products span { color: rgba(247,251,248,.74); font-size: 14px; line-height: 1.65; }
.home-pro-products p { color: rgba(247,251,248,.7); font-size: 14px; line-height: 1.75; }
.home-pro-products .btn { width: 100%; margin-top: 8px; }

.home-care-path,
.home-references {
  position: relative;
  z-index: 1;
  padding: clamp(88px, 10vw, 140px) 0;
}
.home-care-path { border-bottom: 1px solid var(--mp-rule); }
.home-care-path__head,
.home-references__head {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 46px);
}
.home-care-path__head h2,
.home-references__head h2 {
  max-width: 14ch;
  margin: 0;
  font-size: var(--home-section-title);
  line-height: 1;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-care-path__figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.15);
  border-radius: 5px 38px 5px 5px;
  background: #fff;
}
.home-care-path__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.home-care-path__figure figcaption {
  padding: 13px 18px 15px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.home-care-path__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  border-top: 1px solid rgba(14,124,90,.2);
}
.home-care-step {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 144px;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 24px clamp(18px, 2.5vw, 32px);
  border-right: 1px solid rgba(14,124,90,.18);
  border-bottom: 1px solid rgba(14,124,90,.22);
  color: inherit;
  text-decoration: none;
  transition: background .22s ease, color .22s ease;
}
.home-care-step:last-child { border-right: 0; }
.home-care-step b { align-self: end; font-size: clamp(27px, 2.5vw, 34px); line-height: 1.14; }
.home-care-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.home-care-step i { position: absolute; right: 20px; top: 20px; color: var(--brand); font-style: normal; }
.home-care-step:hover { background: rgba(255,255,255,.76); color: var(--brand-deep); }
.home-care-path__more { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; }
.home-care-path__more a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--brand-deep);
  font-weight: 700;
  text-underline-offset: 4px;
}

.home-references { padding-bottom: clamp(110px, 12vw, 168px); }
.home-references__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .78fr) minmax(280px, .9fr);
  gap: 16px;
  align-items: stretch;
}
.home-reference-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.16);
  border-radius: 4px 28px 4px 4px;
  background: rgba(255,255,255,.95);
}
.home-reference-card > img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.home-reference-card--documents > img {
  box-sizing: border-box;
  object-fit: contain;
  padding: 22px 26px;
  background: #fff;
}
.home-reference-card .video-placeholder { border: 0; }
.home-reference-card__copy { display: grid; align-content: start; gap: 8px; padding: 24px; }
.home-reference-card__copy .figure-label { margin: 0; }
.home-reference-card__copy h3 { margin: 0; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.14; }
.home-reference-card__copy p { margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-reference-card__copy a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.home-conversion {
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(96px, 11vw, 152px);
}
.home-conversion__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(14,124,90,.2);
  border-radius: 4px 30px 4px 4px;
  background: rgba(238,245,241,.86);
}
.home-conversion__inner h2 {
  max-width: 15ch;
  margin: 0 0 14px;
  font-size: var(--home-action-title);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-conversion__inner p { max-width: 52ch; }
.home-conversion__inner .btn { min-width: 164px; }

.mp-illustration {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr);
  max-width: 1180px;
  margin: clamp(44px, 6vw, 82px) auto;
  overflow: hidden;
  border-radius: 6px 42px 6px 6px;
}
.mp-illustration__media { position: relative; min-height: 420px; background: #eaf1ec; }
.mp-illustration__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mp-illustration figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}
.mp-illustration h2, .mp-illustration h3 { margin: 10px 0 18px; }
.mp-illustration p { color: var(--muted); }
.mp-illustration__notice { margin-top: 22px; font-size: 13px; line-height: 1.7; }
.mp-illustration--reverse .mp-illustration__media { order: 2; }


.mp-source-figure {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .78fr);
  max-width: 1180px;
  margin: clamp(44px, 6vw, 82px) auto;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.16);
  border-radius: 30px 4px 4px 4px;
  background: rgba(255,255,255,.94);
}
.mp-source-figure__media {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #edf3ef;
}
.mp-source-figure__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-source-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(14,124,90,.17);
  border-radius: 2px;
  background: rgba(255,255,255,.94);
  color: var(--brand-dark, #07563f);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.mp-source-figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}
.mp-source-figure h2 { margin: 10px 0 18px; }
.mp-source-figure p { color: var(--muted); }
.mp-source-figure__notice,
.mp-source-gallery__notice,
.mp-product-source-note {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}
.mp-source-figure__notice { margin-top: 22px; }
.mp-source-figure__notice a,
.mp-source-gallery__notice a { color: var(--brand); text-underline-offset: 4px; }
.mp-source-figure--reverse .mp-source-figure__media { order: 2; }
.mp-source-figure--banner {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  max-width: 1280px;
}
.mp-source-figure--banner .mp-source-figure__media { min-height: 390px; }
.mp-source-figure--banner .mp-source-figure__media img { object-fit: contain; }

.mp-source-gallery {
  max-width: 1180px;
  margin: clamp(62px, 8vw, 112px) auto;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(14,124,90,.16);
  border-radius: 4px 34px 4px 4px;
  background: rgba(255,255,255,.8);
}
.mp-source-gallery__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: 28px;
}
.mp-source-gallery__head h2 { margin: 8px 0 0; }
.mp-source-gallery__head > p { margin: 0; color: var(--muted); }
.mp-source-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 16px;
}
.mp-source-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.13);
  border-radius: 3px 22px 3px 3px;
  background: #fff;
}
.mp-source-card__media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 28px);
  background: #f4f7f5;
}
.mp-source-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mp-source-card figcaption { display: grid; gap: 5px; padding: 18px 20px 21px; }
.mp-source-card figcaption b { color: var(--ink); font-size: 16px; }
.mp-source-card figcaption span { color: var(--muted); font-size: 13px; line-height: 1.65; }
.mp-source-card figcaption a {
  width: max-content;
  margin-top: 6px;
  color: var(--brand);
  font-size: 13px;
  text-underline-offset: 4px;
}
.mp-source-gallery__notice { margin: 20px 0 0; }

.mp-product-source-note {
  max-width: 82ch;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 2px solid rgba(14,124,90,.34);
}
.mp-page .prod .shot--official { background: #fff; }
.mp-page .prod .shot--official img {
  box-sizing: border-box;
  object-fit: contain;
  padding: 14px;
}
.mp-page .prod .shot--official .tag { z-index: 2; }

.mp-page #hero .hero-copy { max-width: 780px; }
.mp-page #hero .hero-sub { max-width: 64ch; }
.mp-page .nobr { white-space: nowrap; }
.page-home #hero .hero-copy {
  z-index: 1;
  max-width: min(100%, 980px);
}
.page-home #hero h1.thesis {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(70px, 14vw, 184px);
}
.page-home #hero .shell { position: relative; }
.page-home .route-hub { position: relative; z-index: 1; }
.mp-page .sec:first-of-type { padding-top: clamp(90px, 10vw, 150px); }
.mp-page .sec .eyebrow { color: var(--brand); }

.mp-page .products { align-items: stretch; }
.mp-page .prod { display: flex; flex-direction: column; }
.mp-page .prod .btn-shop { margin-top: auto; }

.mp-foot {
  padding: 64px 0 34px;
  border-top: 1px solid var(--mp-rule);
  background: rgba(238,245,241,.72);
}
.mp-foot__grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr;
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}
.mp-foot h2 { font-size: clamp(28px, 3vw, 44px); margin: 0 0 14px; }
.mp-foot p { color: var(--muted); }
.mp-foot nav { display: grid; gap: 10px; }
.mp-foot a { color: var(--ink); text-decoration-color: rgba(14,124,90,.3); text-underline-offset: 4px; }
.mp-foot a:hover { color: var(--brand); }
.mp-foot__social {
  display: grid;
  gap: 8px !important;
  margin: 18px 0 16px;
}
.mp-foot__social a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(14,124,90,.18);
  border-radius: 4px 14px 4px 4px;
  background: rgba(255,255,255,.78);
  text-decoration: none;
}
.mp-foot__social a:hover { border-color: rgba(14,124,90,.42); }
.mp-foot__social a:focus-visible { outline: 3px solid rgba(14,124,90,.28); outline-offset: 3px; }
.mp-foot__social svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mp-foot__social span { min-width: 0; font-size: 14px; line-height: 1.45; }
.mp-foot__social b { white-space: nowrap; }
.mp-foot__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--mp-rule);
  color: var(--muted);
  font-size: 13px;
}

.mp-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--brand);
  text-decoration: none;
}
.mp-back::before { content: "←"; }

.mobile-dock { display: none; }


.article-index,
.editorial-wrap {
  position: relative;
  z-index: 1;
  padding: clamp(68px, 8vw, 112px) 0 clamp(96px, 11vw, 154px);
}
.article-index__intro,
.editorial-article {
  max-width: 1120px;
  margin-inline: auto;
}
.article-index__intro {
  max-width: 720px;
  margin: 0 0 clamp(36px, 6vw, 64px);
  color: var(--muted);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.article-card {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.16);
  border-radius: 4px 26px 4px 4px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}
.article-card:hover { transform: translateY(-3px); border-color: rgba(14,124,90,.42); }
.article-card__media { min-height: 240px; background: #edf3ef; }
.article-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-card__copy { display: flex; min-width: 0; flex-direction: column; padding: clamp(22px, 3vw, 34px); }
.article-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--muted);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.article-meta { margin-bottom: 18px; }
.article-card h2 { margin: 18px 0 12px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.18; }
.article-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.article-card__go { margin-top: auto; padding-top: 22px; color: var(--brand); font-weight: 700; }

.editorial-article { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 280px); gap: clamp(44px, 7vw, 86px); align-items: start; }
.editorial-main { min-width: 0; }
.editorial-hero-image {
  position: relative;
  margin: 0 0 clamp(38px, 6vw, 64px);
  overflow: hidden;
  border-radius: 4px 30px 4px 4px;
  background: #edf3ef;
}
.editorial-hero-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.editorial-hero-image--source img { height: auto; aspect-ratio: auto; object-fit: contain; }
.editorial-hero-image figcaption { padding: 12px 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.editorial-body { max-width: 70ch; font-size: 17px; line-height: 1.9; }
.editorial-body > p:first-child { color: var(--ink); font-size: clamp(19px, 2vw, 22px); line-height: 1.8; }
.editorial-body h2 { margin: 2.35em 0 .75em; font-size: clamp(30px, 3.4vw, 43px); line-height: 1.18; letter-spacing: -.025em; }
.editorial-body h3 { margin: 2em 0 .65em; font-size: clamp(23px, 2.5vw, 29px); line-height: 1.3; }
.editorial-body p { margin: 0 0 1.3em; }
.editorial-body ul,
.editorial-body ol { display: grid; gap: 10px; margin: 0 0 1.5em; padding-left: 1.35em; }
.editorial-body li { padding-left: .3em; }
.editorial-body a { color: var(--brand-deep); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.measure-diagrams {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 38px;
}
.measure-diagrams figure {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(14,124,90,.15);
  background: #fff;
}
.measure-diagrams img {
  display: block;
  width: 100%;
  max-width: 286px;
  height: 300px;
  margin-inline: auto;
  object-fit: contain;
}
.measure-diagrams figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.table-scroll-hint {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 14px 0 -8px;
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.table-scroll-hint::before {
  width: 24px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  box-shadow: 6px -3px 0 -2px currentColor, 6px 3px 0 -2px currentColor;
  content: "";
}
.editorial-body > .table-scroll {
  scrollbar-color: rgba(14,124,90,.58) rgba(14,124,90,.08);
  box-shadow: inset -24px 0 20px -22px rgba(10,99,73,.72);
}
.editorial-body > .table-scroll::-webkit-scrollbar { height: 10px; }
.editorial-body > .table-scroll::-webkit-scrollbar-track { background: rgba(14,124,90,.08); }
.editorial-body > .table-scroll::-webkit-scrollbar-thumb {
  border: 2px solid var(--ground-2);
  border-radius: 10px;
  background: rgba(14,124,90,.58);
}
.wear-options-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 16px;
}
.wear-options-gallery figure {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(14,124,90,.14);
  background: #fff;
}
.wear-options-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 8px 6px 0;
}
.wear-options-gallery figcaption {
  padding: 10px 8px;
  border-top: 1px solid rgba(14,124,90,.1);
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.editorial-body .image-note { color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-notice {
  margin: 2.4em 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(14,124,90,.18);
  background: var(--brand-wash);
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.75;
}
.article-aside { position: sticky; top: calc(var(--mp-header) + 28px); display: grid; gap: 14px; }
.article-aside__box { padding: 20px; border: 1px solid rgba(14,124,90,.16); background: rgba(255,255,255,.94); }
.article-aside__box h2 { margin: 0 0 10px; font-size: 17px; line-height: 1.4; }
.article-aside__box p,
.article-aside__box li { color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-aside__box ul { display: grid; gap: 8px; margin: 0; padding-left: 1.15em; }
.article-aside__box a { color: var(--brand-deep); text-underline-offset: 3px; }
.certificate-record { margin: 1.4em 0; padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(14,124,90,.18); background: #fff; }
.certificate-record h3 { margin-top: 0; }
.certificate-record dl { margin: 1.2em 0; }
.certificate-record dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 10px 0; border-top: 1px solid rgba(14,124,90,.12); }
.certificate-record dt { font-weight: 700; }
.certificate-record dd { margin: 0; }
.certification-mark {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 1.25em 0;
  padding: 18px;
  border: 1px solid rgba(14,124,90,.14);
  background: #fff;
}
.certification-mark img { display: block; width: 100%; max-height: 150px; object-fit: contain; }
.certification-mark figcaption { color: var(--muted); font-size: 14px; line-height: 1.7; }
.video-section { margin-top: clamp(56px, 8vw, 94px); }
.video-section > h2 { margin-bottom: 24px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.video-placeholder { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(14,124,90,.16); background: #0b352b; }
.video-placeholder img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; opacity: .82; }
.video-placeholder button {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 48px;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 24px;
  border: 0;
  background: rgba(3,35,27,.44);
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: center;
}
.video-placeholder button::before { content: "▶"; width: 48px; height: 48px; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 17px; }
.video-placeholder button span { max-width: 30ch; font-size: 15px; font-weight: 700; line-height: 1.5; }
.video-placeholder iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.video-card { min-width: 0; margin: 0; }
.video-card > iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #0b352b; }
.video-card > h3 { margin: 12px 0 0; color: var(--ink); font-size: clamp(16px, 1.5vw, 18px); line-height: 1.45; }
.video-card > p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.video-privacy { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }


.product-route-title {
  max-width: 14ch !important;
  font-size: clamp(42px, 5.2vw, 74px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.03em !important;
  text-wrap: pretty !important;
}
.product-title-part { white-space: nowrap; }
.product-title-part--origin {
  display: block;
  margin-bottom: .55em;
  color: var(--brand-deep);
  font-size: .26em;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
}
.product-detail {
  position: relative;
  z-index: 1;
  padding: clamp(64px, 8vw, 112px) 0 clamp(96px, 11vw, 154px);
}
.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}
.product-detail__media {
  position: sticky;
  top: calc(var(--mp-header) + 26px);
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(14,124,90,.15);
  background: #fff;
}
.product-detail__media img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
}
.product-detail__media figcaption {
  padding: 14px 18px;
  border-top: 1px solid rgba(14,124,90,.12);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.product-detail__summary { min-width: 0; padding-top: 8px; }
.product-detail__summary h2 {
  max-width: 16ch;
  margin: 12px 0 18px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.product-detail__price {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.1;
}
.product-detail__price > span { margin-right: 5px; font-size: .45em; font-weight: 700; }
.product-detail__price small { margin-left: 4px; color: var(--muted); font-size: .34em; font-weight: 500; }
.product-detail__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.product-detail__variants li {
  padding: 8px 10px;
  border: 1px solid rgba(14,124,90,.17);
  background: var(--brand-wash);
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
}
.product-detail__ccl2 {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(14,124,90,.18);
  background: var(--brand-wash);
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.7;
}
.product-detail__ccl2 strong { color: var(--ink); }
.product-detail__specs { margin: 0; border-top: 1px solid rgba(14,124,90,.15); }
.product-detail__specs > div {
  display: grid;
  grid-template-columns: minmax(104px, .36fr) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(14,124,90,.12);
}
.product-detail__specs dt { color: var(--muted); font-weight: 500; }
.product-detail__specs dd { min-width: 0; margin: 0; color: var(--ink); font-weight: 700; }
.product-detail__stock { margin: 18px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-detail__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.product-detail__actions .btn { width: 100%; min-height: 50px; }
.product-detail__reading {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(64px, 9vw, 118px);
}
.product-detail__panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(14,124,90,.16);
  background: rgba(255,255,255,.96);
}
.product-detail__panel--safety { border-top: 3px solid var(--brand); }
.product-detail__panel h2 { margin: 8px 0 18px; font-size: clamp(26px, 2.7vw, 36px); line-height: 1.18; }
.product-detail__panel p,
.product-detail__panel li { color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-detail__panel ul { display: grid; gap: 8px; margin: 0 0 20px; padding-left: 1.25em; }
.product-detail__panel strong { color: var(--ink); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--brand-deep); font-weight: 700; text-underline-offset: 4px; }
.product-detail .video-section { max-width: 920px; }
.about-next { padding: 0 0 clamp(96px, 11vw, 154px); }
.about-next .route-card { grid-column: span 6; }
.contact-list { display: grid; gap: 0; margin: 1.5em 0 2em; }
.contact-list > div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-top: 1px solid rgba(14,124,90,.14); }
.contact-list dt { color: var(--muted); font-weight: 500; }
.contact-list dd { min-width: 0; margin: 0; color: var(--ink); font-weight: 700; }
.contact-list a { color: var(--brand-deep); }
.map-placeholder { display: grid; gap: 16px; min-height: 260px; margin: 1.5em 0 2.5em; padding: clamp(22px, 4vw, 36px); border: 1px solid rgba(14,124,90,.18); background: #eef6f2; align-content: center; justify-items: start; }
.map-placeholder p { max-width: 52ch; margin: 0; }
.map-placeholder > a { color: var(--brand-deep); font-weight: 700; text-underline-offset: 4px; }
.map-placeholder iframe { display: block; width: 100%; min-height: 360px; border: 0; }

.page-professionals .route-hero::before { border-color: rgba(192,52,42,.12); }
.page-professionals .mp-flow__particle { background: var(--artery); box-shadow: 0 0 0 5px rgba(192,52,42,.07); }
.page-professionals .route-hero { min-height: 620px; }
.page-professionals .pro-card--variclose.glass {
  background: var(--mp-variclose-surface);
  border-color: var(--mp-variclose-border);
}
.page-professionals .pro-card--variclose .shot {
  background: #fff;
  border-color: rgba(86, 57, 112, .2);
}
.page-professionals .reva-shared.glass,
.page-professionals .motiv.glass {
  background: var(--mp-reva-surface);
  border-color: var(--mp-reva-border);
}
.page-professionals .arterial.glass {
  background: rgba(234, 243, 251, .96);
  border-color: rgba(192, 52, 42, .34);
  box-shadow: var(--lift-2), inset 0 0 0 1px rgba(192, 52, 42, .08);
}
.page-professionals .arterial :is(.motiv-disc, .claims-todo, .clinfig figcaption, .note) {
  color: var(--ink-2);
}
.hcp-choice { max-width: 1080px; margin-inline: auto; }
.hcp-choice__head { max-width: 720px; margin-bottom: clamp(30px, 5vw, 52px); }
.hcp-choice__head h2 { margin: 0 0 14px; }
.hcp-choice__head p { max-width: 52ch; margin: 0; color: var(--muted); }
.hcp-choice__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr);
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
}
.hcp-choice__professional,
.hcp-choice__consumer {
  min-width: 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(14,124,90,.17);
  border-radius: 4px 28px 4px 4px;
}
.hcp-choice__professional { background: rgba(255,255,255,.96); }
.hcp-choice__consumer { display: flex; flex-direction: column; background: rgba(238,245,241,.78); }
.hcp-choice__professional h3,
.hcp-choice__consumer h3 { margin: 0 0 16px; font-size: clamp(28px, 3vw, 40px); line-height: 1.14; }
.hcp-choice__professional h4 { margin: 26px 0 12px; color: var(--ink); font-size: 18px; }
.hcp-choice__professional .home-audience,
.hcp-choice__consumer .home-audience { margin-bottom: 24px; }
.hcp-choice__media {
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid rgba(14,124,90,.14);
  border-radius: 3px 20px 3px 3px;
  background: #e7eeea;
}
.hcp-choice__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
}
.hcp-choice__professional .pro-banner { margin-bottom: 0; box-shadow: none; }
.hcp-choice__professional .pro-gate { margin: 0 0 16px; padding: 0; border: 0; background: transparent; }
.hcp-choice__professional .pro-gate p { margin-bottom: 18px; }
.hcp-choice__professional .pro-gate .btn-primary {
  width: 100%;
  min-height: 52px;
  border-color: var(--brand-deep);
  background: var(--brand-deep);
  color: #fff;
}
.hcp-choice__professional .pro-gate .btn-primary:hover { border-color: var(--brand); background: var(--brand); color: #fff; }
.hcp-choice__professional .note { margin: 0; }
.hcp-choice__consumer > p { margin: 0 0 28px; color: var(--muted); line-height: 1.8; }
.hcp-choice__consumer .btn { width: 100%; margin-top: auto; }
.hcp-choice__consumer .text-link { margin-top: 12px; justify-content: center; }

@media (max-width: 1100px) {
  .mp-header nav { display: none; }
  .mp-header .navmenu { display: block; }
  .mp-flow { right: -40px; opacity: .5; }
  .route-hero-copy { max-width: min(680px, 72vw); }
  .home-portfolio__grid { grid-template-columns: 1fr; }
  .home-professional { max-width: none; }
  .home-references__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-reference-card--video { grid-column: 1 / -1; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .home-vessel { left: 12vw; right: -12vw; opacity: .76; }
  .venosan-lifestyle__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --mp-header: 68px; }
  .mp-header .head-cta { display: none; }
  .page-home #hero h1.thesis {
    font-size: clamp(58px, 17vw, 112px);
    line-height: 1.08;
    padding-block: .06em .02em;
  }
  .page-home #hero h1.thesis .ch { vertical-align: top; }
  .route-hero { min-height: 640px; padding: 116px 0 86px; }
  .route-hero-copy { max-width: 100%; }
  .route-hero h1 { max-width: 10ch; font-size: clamp(48px, 12vw, 74px); }
  .mp-flow { display: none; }
  #aurora::before, #aurora i { display: none; }
  .route-index { max-width: 78%; }
  .route-hub__head { grid-template-columns: 1fr; }
  .home-portfolio__head { grid-template-columns: 1fr; }
  .home-portfolio__head h2 { max-width: 14ch; }
  .home-product-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venosan-lifestyle__head { grid-template-columns: 1fr; }
  .venosan-lifestyle__grid { grid-template-columns: 1fr; }
  .venosan-lifestyle__grid figcaption { min-height: 0; padding: 18px 20px 22px; }
  .venosan-lifestyle__grid figure,
  .venosan-lifestyle__grid figure:first-child,
  .venosan-lifestyle__grid figure:last-child { border-radius: 4px 22px 4px 4px; }
  .home-care-path__steps { grid-template-columns: 1fr; }
  .home-care-step { min-height: 104px; border-right: 0; }
  .home-references__grid { grid-template-columns: 1fr; }
  .home-reference-card--video { grid-column: auto; }
  .home-conversion__inner { grid-template-columns: 1fr; }
  .home-conversion__inner .btn { width: 100%; }
  .hcp-choice__grid { grid-template-columns: 1fr; }
  .route-card, .route-card:nth-child(n) { grid-column: span 6; min-height: 260px; }
  .mp-illustration { grid-template-columns: 1fr; }
  .mp-illustration__media { min-height: 0; aspect-ratio: 16 / 10; }
  .mp-illustration--reverse .mp-illustration__media { order: 0; }
  .mp-source-figure,
  .mp-source-figure--banner { grid-template-columns: 1fr; }
  .mp-source-figure__media,
  .mp-source-figure--banner .mp-source-figure__media { min-height: 0; aspect-ratio: 16 / 9; }
  .mp-source-figure--banner .mp-source-figure__media { aspect-ratio: 1600 / 565; }
  .mp-source-figure--reverse .mp-source-figure__media { order: 0; }
  .mp-source-gallery__head { grid-template-columns: 1fr; }
  .mp-foot__grid { grid-template-columns: 1fr 1fr; }
  .mp-foot__grid > :first-child { grid-column: 1 / -1; }
  .home-vessel { left: 20vw; right: -20vw; opacity: .72; }
  .home-vessel__edge { stroke-width: 94; }
  .home-vessel__wall { stroke-width: 90; }
  .home-vessel__lumen { stroke-width: 72; }
  .home-vessel__shadow { stroke-width: 14; }
  .home-vessel__sheen { stroke-width: 12; }
  .home-vessel__draw { stroke-width: 58; opacity: .12; }
  .home-vessel__flow { stroke-width: 20; stroke-dasharray: 14 78; opacity: .62; }
  .home-venosan__lifestyle img {
    aspect-ratio: 3 / 2;
    object-position: center;
  }
  body.mp-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
    font-size: 16px;
    line-height: 1.75;
  }
  .mp-header .bar { min-height: 64px; }
  .mp-header .brand img { width: 40px; height: 40px; }
  .mp-page .shell { width: min(100% - 32px, 1240px); }
  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 4px 8px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(14,124,90,.16);
    background: #f9fbfa;
  }
  .mobile-dock a {
    min-width: 0;
    width: 100%;
    min-height: 60px;
    display: grid;
    justify-self: stretch;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 12px;
    color: var(--muted);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-dock a[aria-current="page"] { background: var(--brand-wash); color: var(--brand-deep); }
  .mobile-dock svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-dock span { overflow: hidden; max-width: 100%; font-size: 12px; font-weight: 700; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
  .route-hero { min-height: auto; padding: 104px 0 56px; }
  .route-hero::before { display: none; }
  .route-hero h1 { margin: 10px 0 22px; font-size: clamp(38px, 11vw, 54px); line-height: 1.04; letter-spacing: -.03em; }
  .route-hero .lede { max-width: 35em; font-size: 16px; line-height: 1.8; }
  .route-hero .cta-row { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .route-hero .cta-row .btn { width: 100%; min-height: 50px; }
  .mp-back { min-height: 44px; margin-bottom: 12px; }
  .mp-page .sec { padding: 70px 0; }
  .mp-page .sec h2 { font-size: clamp(31px, 9vw, 40px); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; line-break: strict; }
  .mp-page h3 { text-wrap: balance; line-break: strict; }
  .mp-page p,
  .mp-page li,
  .mp-page dd { text-wrap: pretty; }
  .mp-page .btn,
  .mp-page button,
  .mp-page summary { min-height: 48px; }
  .home-portfolio { padding-block: 72px; }
  .home-portfolio__head { margin-bottom: 30px; }
  .home-care-path,
  .home-references { padding-block: 72px; }
  .home-care-path__head,
  .home-references__head { margin-bottom: 26px; }
  .home-care-path__figure { border-radius: 4px 24px 4px 4px; }
  .home-care-path__figure img { aspect-ratio: 3 / 2; }
  .home-care-step { padding: 20px; }
  .home-care-step b { font-size: clamp(27px, 7vw, 31px); }
  .home-reference-card > img { height: 190px; }
  .home-conversion { padding-bottom: 88px; }
  .home-conversion__inner { padding: 28px 22px; }
  .home-conversion__inner h2 { font-size: var(--home-action-title); }
  .hcp-choice__professional,
  .hcp-choice__consumer { padding: 26px 20px 30px; }
  .mp-illustration__notice,
  .mp-source-figure__notice,
  .mp-source-gallery__notice,
  .mp-product-source-note { font-size: 14px; }
  .article-index,
  .editorial-wrap { padding: 58px 0 82px; }
  .article-grid { grid-template-columns: 1fr; gap: 14px; }
  .article-card { grid-template-columns: 124px minmax(0, 1fr); border-radius: 4px 20px 4px 4px; }
  .article-card__media { min-height: 100%; }
  .article-card__copy { padding: 18px; }
  .article-card h2 { margin: 10px 0 8px; font-size: 23px; }
  .article-card p { font-size: 14px; line-height: 1.65; }
  .article-card__go { padding-top: 14px; font-size: 14px; }
  .editorial-article { grid-template-columns: 1fr; gap: 42px; }
  .editorial-body { max-width: none; font-size: 16px; line-height: 1.85; }
  .editorial-body > p:first-child { font-size: 19px; line-height: 1.78; }
  .editorial-body h2 { margin-top: 2.15em; font-size: clamp(29px, 8vw, 36px); }
  .editorial-body h3 { font-size: 23px; }
  .article-aside { position: static; }
  .certificate-record dl > div { grid-template-columns: 1fr; gap: 3px; }
  .video-grid { grid-template-columns: 1fr; }
  .product-detail__grid { grid-template-columns: 1fr; gap: 34px; }
  .product-detail__summary { order: -1; padding-top: 0; }
  .product-detail__media { position: static; }
  .product-detail__media img { max-height: 560px; }
  .product-detail__summary h2 { font-size: clamp(31px, 8.5vw, 42px); }
  .product-detail__reading { grid-template-columns: 1fr; gap: 12px; }
  .about-next .route-card { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .page-home {
    --home-section-title: clamp(38px, 11vw, 52px);
    --home-entry-title: clamp(32px, 9.5vw, 40px);
    --home-action-title: clamp(32px, 9vw, 40px);
    --home-note-size: 13px;
  }
  .mp-header .brand > span > span { font-size: 11px; letter-spacing: .11em; }
  .route-hero { min-height: auto; padding: 108px 0 76px; }
  .route-hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; letter-spacing: -.04em; }
  .route-hero .product-route-title {
    max-width: none !important;
    font-size: clamp(34px, 10.2vw, 44px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.025em !important;
  }
  .product-title-part--origin { margin-bottom: .5em; font-size: .34em; }
  .route-hero .lede { font-size: 16px; }
  .route-index { max-width: none; }
  .route-card, .route-card:nth-child(n) { grid-column: 1 / -1; min-height: 230px; }
  .home-credentials__grid { grid-template-columns: 1fr; }
  .home-credentials__grid > div,
  .home-credentials__grid > div:first-child,
  .home-credentials__grid > div:last-child {
    grid-template-columns: minmax(88px, .4fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mp-rule);
  }
  .home-credentials__grid > div:last-child { border-bottom: 0; }
  .home-credentials strong { font-size: 18px; }
  .home-credentials span { font-size: 13px; }
  .home-venosan,
  .home-professional { margin-inline: 0; }
  .home-venosan { padding: 26px 20px 30px; }
  .home-venosan { border-radius: 4px 26px 4px 4px; }
  .home-professional { padding: 0; border-radius: 24px 4px 4px 4px; }
  .home-professional__media { min-height: 0; aspect-ratio: 16 / 9; }
  .home-professional__copy { padding: 26px 20px 30px; }
  .home-professional h3 {
    margin-block: 0 18px;
    line-height: 1.12;
  }
  .home-pro-scope { grid-template-columns: 1fr; margin-block: 24px 16px; }
  .home-product-mosaic { gap: 7px; }
  .home-product-mosaic figcaption { min-height: 48px; padding-inline: 8px; }
  .home-pro-gate { min-height: 56px; }
  .mp-illustration { margin-inline: 0; border-radius: 4px 24px 4px 4px; }
  .mp-illustration figcaption { padding: 26px 22px 30px; }
  .mp-source-figure { margin-inline: 0; border-radius: 22px 4px 4px 4px; }
  .mp-source-figure figcaption { padding: 26px 22px 30px; }
  .mp-source-gallery { padding: 20px; border-radius: 4px 24px 4px 4px; }
  .mp-source-gallery__grid { grid-template-columns: 1fr; }
  .mp-source-card__media { aspect-ratio: 1 / 1; }
  .mp-source-gallery__notice { font-size: 14px; }
  .product-detail { padding-top: 46px; }
  .product-detail__media img { max-height: 470px; padding: 18px; }
  .product-detail__specs > div { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .product-detail__panel { padding: 24px 20px; }
  .measure-diagrams { grid-template-columns: 1fr; }
  .measure-diagrams img { height: auto; max-height: 360px; }
  .wear-options-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-list > div { grid-template-columns: 1fr; gap: 3px; }
  .certification-mark { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .mp-foot__grid { grid-template-columns: 1fr; }
  .mp-foot__grid > :first-child { grid-column: auto; }
  .mp-foot__legal { display: grid; }
}

@media (max-width: 420px) {
  .article-card { grid-template-columns: 1fr; }
  .article-card__media { min-height: 0; aspect-ratio: 16 / 9; }
  .article-card__copy { padding: 20px; }
  .article-card h2 { font-size: 25px; }
}

@media (max-width: 360px) {
  .mp-header .bar { gap: 10px; }
  .mp-header .brand { gap: 8px; }
  .mp-header .brand b { font-size: 14px; }
  .mp-header .brand > span > span { font-size: 11px; letter-spacing: .13em; }
  .mp-header .navmenu > summary { gap: 6px; padding-inline: 10px; white-space: nowrap; }
  .navmenu-label-full { display: none; }
  .navmenu-label-short { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  .route-card { transition: none; }
  .route-card:hover, .route-card:active { transform: none; }
  .home-care-step { transition: none; }
  .mp-flow__particle { display: none; }
  .home-vessel__flow { display: none; }
}


.product-enquiry { padding: clamp(56px, 8vw, 96px) 0; border-top: 1px solid var(--mp-rule); }
.product-enquiry__intro { max-width: 62ch; margin: 14px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.enquiry-form { display: grid; gap: 18px; max-width: 720px; padding: clamp(22px, 3vw, 32px); border: 1px solid rgba(14,124,90,.18); background: rgba(255,255,255,.96); }
.enquiry-form--contact { margin-block: 24px clamp(48px, 7vw, 76px); }
.enquiry-form__row { display: grid; gap: 18px; }
.enquiry-form__field,
.enquiry-form .field { display: grid; gap: 8px; min-width: 0; margin: 0; }
.enquiry-form__field--full { grid-column: 1 / -1; }
.enquiry-form label { display: block; margin: 0; color: var(--ink-2); font-size: 15px; font-weight: 700; }
.enquiry-form .req { margin-inline-start: 7px; color: #6f4c00; font-size: 12px; letter-spacing: .04em; }
.enquiry-form .err { margin: 0; color: #6f4c00; font-size: 14px; font-weight: 700; line-height: 1.6; }
.enquiry-form input:not([type="hidden"]),
.enquiry-form select,
.enquiry-form textarea { width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid rgba(14,124,90,.34); border-radius: 4px 16px 4px 4px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; line-height: 1.55; }
.enquiry-form textarea { min-height: 120px; resize: vertical; }
.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus { border-color: var(--brand); outline: 2px solid rgba(14,124,90,.15); outline-offset: 1px; }
.enquiry-form__hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.enquiry-form__turnstile { min-height: 65px; }
.enquiry-form__note,
.enquiry-form__status { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.enquiry-form__note a { color: var(--brand); text-underline-offset: 3px; }
.enquiry-form__status { min-height: 1.7em; color: var(--ink-2); font-weight: 650; }
.enquiry-form__status[data-state="ready"] { color: #0b684c; }
.enquiry-form__status[data-state="sending"] { color: #23496a; }
.enquiry-form__status[data-state="error"] { color: #6f4c00; }
.enquiry-form__noscript { margin: 0; color: #7a351e; font-size: 14px; line-height: 1.7; }
.enquiry-form button[type="submit"] { min-height: 50px; justify-self: start; }
.enquiry-form button[disabled] { cursor: wait; opacity: .58; }
.mp-foot__statutory {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--mp-rule);
  color: var(--ink-2) !important;
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.85;
}
.mp-foot__ad-approval { color: var(--ink); font-weight: 750; }
.mp-foot__statutory + .mp-foot__legal { margin-top: 22px; padding-top: 0; border-top: 0; }

@media (min-width: 640px) {
  .enquiry-form__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


@media (min-width: 1280px) {
  .editorial-body > .table-scroll {
    width: 722px;
    max-width: none;
    overflow-x: hidden;
    box-shadow: none;
  }
  .editorial-body > .table-scroll + p { max-width: 70ch; }
  .table-scroll-hint { display: none; }
}


.pro-research-index {
  margin: clamp(54px, 8vw, 96px) 0 8px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #d5e3de;
  border-radius: clamp(22px, 3vw, 34px);
  background: #f7faf8;
}
.pro-research-index__head { max-width: 760px; margin-bottom: 28px; }
.pro-research-index__head h3 {
  max-width: 18ch;
  margin: 7px 0 12px;
  color: #14324a;
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.2;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.pro-research-index__head > p:last-child {
  max-width: 64ch;
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.9;
  text-wrap: pretty;
}
.pro-research-grid { display: grid; gap: 14px; }
.pro-research-card {
  display: flex;
  min-width: 0;
  min-height: 270px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid transparent;
  border-radius: 22px;
}
.pro-research-card--variclose { border-color: #ddcfe9; background: #f3eef8; }
.pro-research-card--motiv,
.pro-research-card--fantom { border-color: #c8ddea; background: #eaf4fb; }
.pro-research-card--featured { min-height: 320px; }
.pro-research-card > span { color: #4c6380; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.pro-research-card h4 {
  max-width: 16ch;
  margin: 18px 0 10px;
  color: #14324a;
  font-size: clamp(22px, 2.7vw, 29px);
  line-height: 1.35;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.pro-research-card p { margin: 0 0 22px; color: #405a6e; font-size: 15px; line-height: 1.82; text-wrap: pretty; }
.pro-research-card a {
  align-self: flex-start;
  margin-top: auto;
  color: #173e5c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.pro-research-citation {
  display: grid;
  gap: 0;
  margin: 2px 0 24px;
  border-top: 1px solid rgba(86,57,112,.18);
}
.pro-research-citation div {
  display: grid;
  grid-template-columns: minmax(90px, .36fr) minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(86,57,112,.14);
}
.pro-research-citation dt,
.pro-research-citation dd { margin: 0; font-size: 13.5px; line-height: 1.55; }
.pro-research-citation dt { color: #635574; }
.pro-research-citation dd { color: #253e58; font-weight: 750; }
.pro-research-index__note { margin: 20px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.8; }
@media (min-width: 860px) {
  .pro-research-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pro-research-card--featured { grid-column: 1 / -1; padding-right: clamp(30px, 8vw, 100px); }
  .pro-research-card--featured h4 { max-width: 22ch; font-size: clamp(30px, 4vw, 44px); }
  .pro-research-card--featured p { max-width: 68ch; }
  .pro-research-card--featured .pro-research-citation { max-width: 620px; }
}

.professional-article { color: #17324a; background: #f7faf8; }
.professional-article #aurora { display: none; }
.pro-article-hero {
  padding: clamp(58px, 8vw, 104px) 0 clamp(44px, 7vw, 82px);
  border-bottom: 1px solid #d8e4e1;
  background: #f4f8f7;
}
.professional-article--variclose .pro-article-hero {
  border-bottom-color: #ddcfe9;
  background: var(--mp-variclose-surface);
}
.pro-article-back { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 30px; color: #315e70; font-size: 14px; font-weight: 750; text-decoration: none; }
.pro-article-back::before { content: "←"; margin-right: 8px; font-size: 18px; }
.pro-article-hero .eyebrow { color: #3d7080; }
.pro-article-hero h1 {
  max-width: 16ch;
  margin: 12px 0 20px;
  color: #14324a;
  font-size: clamp(38px, 8.6vw, 76px);
  line-height: 1.08;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.pro-article-deck { max-width: 66ch; margin: 0; color: #405a6e; font-size: clamp(17px, 2.1vw, 21px); line-height: 1.9; text-wrap: pretty; }
.pro-article-boundary { max-width: 760px; margin-top: 30px; padding: 15px 17px; border: 1px solid #cfe0da; border-radius: 14px; background: #edf4f1; color: #31554e; font-size: 14px; line-height: 1.8; }
.pro-article-body { padding: clamp(48px, 8vw, 96px) 0 clamp(82px, 10vw, 128px); background: #fff; }
.pro-article-layout { display: grid; gap: 34px; align-items: start; }
.pro-article-main { min-width: 0; max-width: 760px; }
.pro-article-main section { margin-top: clamp(48px, 7vw, 74px); scroll-margin-top: 120px; }
.pro-article-main h2 { max-width: 21ch; margin: 8px 0 18px; color: #14324a; font-size: clamp(27px, 4.2vw, 40px); line-height: 1.28; letter-spacing: -.035em; text-wrap: balance; }
.pro-article-main p { margin: 0 0 18px; color: #354f61; font-size: clamp(16px, 1.7vw, 18px); line-height: 2; text-wrap: pretty; }
.pro-article-lead { color: #203f54 !important; font-size: clamp(19px, 2.5vw, 24px) !important; line-height: 1.85 !important; }
.pro-article-kicker { margin-bottom: 0 !important; color: #3d7080 !important; font-size: 13px !important; font-weight: 800; line-height: 1.6 !important; letter-spacing: .1em; }
.pro-feature-study {
  margin-top: clamp(38px, 6vw, 62px) !important;
  padding: clamp(24px, 5vw, 40px);
  border: 1px solid var(--mp-variclose-border);
  border-radius: 24px 4px 4px 4px;
  background: var(--mp-variclose-surface);
}
.pro-feature-study h2 { margin-top: 0; }
.pro-feature-study p:last-of-type { margin-bottom: 0; }
.pro-source-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  color: #315473;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pro-study-stats { display: grid; gap: 1px; margin: clamp(34px, 6vw, 58px) 0; overflow: hidden; border: 1px solid #d6e2e7; border-radius: 22px; background: #d6e2e7; }
.pro-study-stats div { padding: 21px 18px; background: #eef6fa; }
.pro-study-stats strong { display: block; color: #153a58; font-size: clamp(27px, 5vw, 40px); font-variant-numeric: tabular-nums; line-height: 1.1; letter-spacing: -.04em; }
.pro-study-stats span { display: block; margin-top: 8px; color: #506879; font-size: 13px; line-height: 1.6; }
.pro-study-stats--lavender { border-color: #ddcfe9; background: #ddcfe9; }
.pro-study-stats--lavender div { background: #f4eff8; }
.pro-study-stats--coronary div { background: #edf3f8; }
.pro-paper-figure { margin: clamp(38px, 7vw, 66px) 0; padding: 12px; border: 1px solid #d6e2e7; border-radius: 22px; background: #f7faf9; }
.pro-paper-figure__scroll { overflow: hidden; border-radius: 14px; background: #fff; scrollbar-color: #789a92 #e5efec; scrollbar-width: thin; }
.pro-paper-figure__scroll:focus-visible { outline: 3px solid #2d7067; outline-offset: 3px; }
.pro-paper-figure img { display: block; width: 100%; height: auto; background: #fff; }
.pro-paper-figure__hint { display: none; }
.pro-paper-figure figcaption { padding: 14px 6px 4px; color: #526b75; font-size: 13.5px; line-height: 1.8; }
.pro-paper-figure figcaption strong { display: block; margin-bottom: 3px; color: #24485b; }
.pro-paper-figure figcaption a { color: #275d78; text-decoration: underline; text-underline-offset: 3px; }
.pro-figure-data { margin: 12px 6px 4px; border-top: 1px solid #d7e3e0; color: #354f61; }
.pro-figure-data summary { display: flex; min-height: 44px; align-items: center; color: #225e57; font-size: 14px; font-weight: 800; cursor: pointer; }
.pro-figure-data ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.pro-figure-data li { display: grid; gap: 3px; padding: 12px 0; border-top: 1px solid #e1e9e7; font-size: 13.5px; line-height: 1.65; }
.pro-figure-data li strong { color: #173b4f; }
.pro-figure-data li span { color: #526b75; }
.pro-evidence-note { margin-top: clamp(48px, 7vw, 74px); padding: clamp(22px, 4vw, 34px); border: 1px solid #c9ddd6; border-radius: 22px; background: #eef5f2; }
.pro-evidence-note h2 { margin-top: 0; font-size: clamp(23px, 3.4vw, 31px); }
.pro-evidence-note p:last-child { margin-bottom: 0; }
.pro-evidence-note--lavender { border-color: #d5c7e2; background: #f6f1f9; }
.pro-article-sources { padding-top: 30px; border-top: 1px solid #dce5e8; }
.pro-article-sources h2 { font-size: clamp(22px, 3vw, 28px); }
.pro-article-sources ol { display: grid; gap: 12px; margin: 0; padding-left: 1.25em; }
.pro-article-sources li { padding-left: 5px; color: #526b75; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.pro-article-sources a { color: #275d78; text-decoration: underline; text-underline-offset: 4px; }
.pro-article-aside { min-width: 0; }
.pro-article-aside__card { padding: 22px; border: 1px solid #d5e2df; border-radius: 20px; background: #f5f9f7; }
.pro-article-aside__card span,
.pro-article-aside__card small { display: block; color: #60737b; font-size: 12.5px; line-height: 1.65; }
.pro-article-aside__card strong { display: block; margin: 10px 0; color: #173b4f; font-size: 16px; line-height: 1.65; }
.pro-article-aside__card a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 16px; color: #225e57; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 700px) { .pro-study-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) {
  .pro-article-layout { grid-template-columns: minmax(0, 760px) minmax(220px, 280px); gap: clamp(48px, 7vw, 88px); }
  .pro-article-aside { position: sticky; top: 112px; }
}
@media (max-width: 699px) {
  .pro-research-index { margin-inline: -2px; padding: 22px 18px; border-radius: 22px; }
  .pro-research-card { min-height: 230px; }
  .pro-article-hero h1 { max-width: 12ch; }
  .pro-article-body { padding-top: 42px; }
  .pro-paper-figure { margin-inline: -8px; padding: 8px; border-radius: 18px; }
  .pro-paper-figure__scroll { overflow-x: auto; overscroll-behavior-inline: contain; }
  .pro-paper-figure__scroll img { width: 680px; max-width: none; }
  .pro-paper-figure__hint { display: block; margin: 10px 6px 0; color: #47646d; font-size: 13px; line-height: 1.6; }
}
