/* Vehicle Lab / prevention-focused homepage. Kept separate from the CMS UI. */
.home{--vl-night:#0b1b27;--vl-navy:#112a3b;--vl-orange:#ff743d;--vl-orange-light:#ff9b6a;--vl-mist:#eef2f3;--vl-muted:#b4c4cf;--vl-border:#355062;--vl-danger:#a93717;--vl-green:#287257;--vl-focus:#ff9b6a;--red:#bf421f;--red-dark:#9d3216;--lab-orange:var(--vl-orange-light);--r:4px;--max:1280px;background:#f5f6f5}
.home .container{width:min(calc(100% - 96px),var(--max))}
.home :is(a,button,input):focus-visible{outline:3px solid var(--vl-focus);outline-offset:4px}
.vl-skip{position:fixed;left:20px;top:-100px;padding:12px 20px;z-index:10001;background:#fff;color:var(--vl-night);border:2px solid var(--vl-orange)}
.vl-skip:focus{top:12px}
.home .site-header{border-top:3px solid var(--vl-orange);border-bottom:1px solid #d8dfe2}
.home .header-inner{height:78px;gap:22px}
.home .site-logo::before{width:43px;height:44px;background:var(--vl-night);border-color:var(--vl-orange);font-size:18px}
.home .site-logo__mark b{font-size:17px}
.home .main-nav ul{gap:24px}
.home .main-nav a{font-size:13px;position:relative}
.home .main-nav a:hover{color:var(--red)}
.home .header-contact .btn{background:var(--vl-night);min-height:44px;padding-inline:18px}
.home .header-contact .btn:hover{background:var(--red)}
.home .hero{padding:62px 0 0;background:radial-gradient(ellipse at 77% 27%,#244556 0%,var(--vl-night) 63%);color:#fff}
.home .hero::before{background-image:linear-gradient(#acc9db09 1px,transparent 1px),linear-gradient(90deg,#acc9db09 1px,transparent 1px);background-size:64px 64px;z-index:-1}
.home .hero::after{content:'VEHICLE LAB';position:absolute;bottom:31px;left:4%;font:700 clamp(75px,13vw,190px)/1 var(--mono);letter-spacing:-.07em;color:#bad6e405;z-index:-1;pointer-events:none;white-space:nowrap}
.home .hero .lab-hero-grid{grid-template-columns:minmax(0,44fr) minmax(0,56fr);gap:30px;position:relative;z-index:1;align-items:center}
.home .hero-copy{padding:6px 0 28px}
.home .hero .eyebrow{font-size:10px;letter-spacing:.17em;color:var(--vl-orange-light);margin-bottom:22px;font-weight:500;white-space:nowrap}
.home .hero .eyebrow::before{width:20px;background:var(--vl-orange)}
.home #heroEn{color:#d0dce2;font-size:14px;margin-bottom:16px;font-weight:500}
.home .hero h1{font-size:clamp(38px,4.4vw,65px);line-height:1.36;letter-spacing:.015em;font-weight:700;margin-bottom:23px;word-break:keep-all;overflow-wrap:normal}
.home .hero h1 .vl-accent{color:var(--vl-orange-light);position:relative;display:inline-block}
.home .hero h1 .vl-accent::after{content:'';position:absolute;bottom:3px;left:0;width:95%;height:7px;background:var(--vl-orange);opacity:.16;transform:skewX(-16deg)}
.home #heroSub{font-size:15px;color:#c3d1d9;line-height:2;margin-bottom:27px;max-width:520px}
.home .hero-cta{display:flex;gap:10px;flex-wrap:wrap}
.home .hero-cta .btn{font-size:14px;min-height:54px;padding:0 20px;gap:18px;border-radius:3px}
.home .hero-cta .btn--red{background:var(--vl-orange);color:var(--vl-night);box-shadow:0 6px 28px #f5773929}
.home .hero-cta .btn--red:hover{background:#ff925f;transform:translateY(-2px)}
.home .hero-cta .btn--outline{background:#ffffff04;border-color:#6b8392;color:#fff}
.home .hero-cta .btn--outline:hover{background:#ffffff12;border-color:#d1e2eb}
.home .lab-open-note{font-size:11px;color:#b9c9d2;gap:7px;margin-top:23px;flex-wrap:wrap}
.home .lab-open-note>span{background:var(--vl-orange);width:5px;height:5px}
.home .lab-open-note .vl-note-divider{width:1px;height:10px;background:var(--vl-border);margin:0 5px;border-radius:0}
.home .hero-media{position:relative;transform:translateY(3px)}
.home .lab-photo-top{font-size:9px;letter-spacing:.12em;margin-bottom:13px;color:#c1d0d9}
.home .lab-photo-top>span:last-child{font-size:11px;letter-spacing:.01em}
.vl-photo-frame{position:relative;border-radius:4px;isolation:isolate}
.vl-photo-frame::before{content:'';position:absolute;inset:-6px;z-index:-1;border:1px solid #a9c9da33;border-right:3px solid var(--vl-orange);border-bottom:3px solid var(--vl-orange);border-radius:5px}
.home .hero-media .ph{aspect-ratio:3/2;max-height:none;border:0;border-radius:2px;background:#bcc8ce}
.home .hero-media .ph img{opacity:1;object-fit:cover}
.home .hero-media .ph::after{content:none}
.vl-photo-frame::after{content:'';position:absolute;inset:0;z-index:1;border-radius:2px;background:linear-gradient(0deg,#071b28bb,transparent 45%);pointer-events:none}
.vl-hotspot{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;padding:8px 11px 8px 8px;background:#0b1b27e8;color:#fff;border:1px solid #bccdd375;border-radius:3px;font-size:11px;line-height:1.6;box-shadow:0 4px 14px #0003;transition:background .2s,transform .2s}
.vl-hotspot>span{display:grid;place-items:center;background:var(--vl-orange);color:var(--vl-night);width:25px;height:25px;border-radius:2px;font:500 11px var(--mono)}
.vl-hotspot i{font-style:normal;color:var(--vl-orange-light);font-size:15px}
.vl-hotspot:hover{background:var(--vl-night);transform:translateY(-3px);border-color:var(--vl-orange)}
.vl-hotspot--body{top:13%;right:5%}
.vl-hotspot--power{top:50%;right:8%}
.vl-hotspot--engine{left:5%;bottom:8%}
.vl-photo-index{position:absolute;z-index:2;right:5%;bottom:7%;color:#eef7fc;opacity:.85;font:500 12px/1.6 var(--mono);letter-spacing:.07em;text-align:right}
.home .lab-photo-bottom{padding:17px 0 12px;border-color:#7593a33b;gap:8px}
.home .lab-photo-bottom span{font-size:9px;letter-spacing:.06em;gap:7px}
.home .lab-photo-bottom span::before{color:var(--vl-orange-light)}
.home .lab-photo-caption{font-size:10px;color:#a7becd;margin-top:8px}
.home .hero .vl-hero-bottom{display:flex;grid-template-columns:none;justify-content:space-between;align-items:center;border-top:1px solid #64819140;padding:20px 0;margin-top:37px;font-size:12px;color:#c6d7e0}
.vl-hero-bottom>a{font:10px var(--mono);letter-spacing:.12em;display:flex;align-items:center;gap:20px;color:#b0c3cf}
.vl-hero-bottom>a>span{color:var(--vl-orange);font-size:19px}
.home .lab-overview{background:#fff;border-bottom:1px solid #dce2e5}
.home .lab-overview-inner{min-height:114px;gap:28px}
.home .lab-overview-title{flex-basis:220px;font-size:13px;line-height:1.9}
.home .lab-overview-title b{font-size:16px}
.home .hero-stats a{padding:6px 23px;gap:14px}
.home .hero-stats a>b{font-size:42px;font-weight:500;letter-spacing:-.07em;color:var(--vl-night)}
.home .hero-stats a>span{font-size:12px}
.home .hero-stats a small{font-size:8px;letter-spacing:.055em;margin-top:6px}
.home .hero-stats a>i{color:var(--red)}
.home .lp-sec{padding:88px 0}
.home .section-title{font-size:clamp(27px,2.8vw,39px);line-height:1.5;letter-spacing:.015em}
.home .sec-en{font-size:10px;letter-spacing:.14em}
.home .section-lead{font-size:15px;color:#5a6e7a;line-height:1.95}
.vl-section-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}
.vl-section-top .sec-en{margin:0}
.vl-section-note{font-size:11px;color:#687985}
.vl-mobile-break{display:none}
.vl-prevention .sec-head{margin-bottom:30px}
.vl-prevention .section-title{margin-bottom:10px}
.vl-stage-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:34px;background:#d8e0e4;border:1px solid #d8e0e4;border-radius:4px;overflow:hidden}
.vl-stage-links>a{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:20px 23px;background:#fff;transition:background .2s}
.vl-stage-links>a:hover{background:#fff3ec}
.vl-stage-links span{font:9px var(--mono);letter-spacing:.1em;color:#6f808a}
.vl-stage-links b{grid-column:1;font-size:16px;line-height:1.6;font-weight:700}
.vl-stage-links i{grid-column:2;grid-row:1 / 3;align-self:center;font-style:normal;font-size:21px;color:var(--red)}
.vl-risk-guide{border:1px solid #ced8de;border-radius:5px;overflow:hidden;background:#fff;box-shadow:0 10px 35px #172c3908;scroll-margin-top:108px}
.vl-risk-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #d7dfe4;background:#e9eef0}
.vl-risk-tab{position:relative;display:grid;grid-template-columns:auto 1fr;gap:3px 10px;padding:20px 24px;border-right:1px solid #d5dfe3;text-align:left;line-height:1.5;transition:background .2s}
.vl-risk-tab:last-child{border-right:0}
.vl-risk-tab>span{grid-column:1;grid-row:1 / 3;font:10px var(--mono);color:#71848f;margin-top:6px}
.vl-risk-tab>b{grid-column:2;font-size:15px;white-space:nowrap}
.vl-risk-tab>small{grid-column:2;font:8px var(--mono);letter-spacing:.065em;color:#596f7c}
.vl-risk-tab:hover{background:#fff5ed}
.vl-risk-tab[aria-selected="true"]{color:#fff;background:var(--vl-navy)}
.vl-risk-tab[aria-selected="true"]::after{content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--vl-orange)}
.vl-risk-tab[aria-selected="true"]>span,.vl-risk-tab[aria-selected="true"]>small{color:var(--vl-orange-light)}
.vl-risk-panel{display:grid;grid-template-columns:minmax(0,39fr) minmax(0,61fr);scroll-margin-top:108px}
.vl-risk-panel[hidden]{display:none}
.vl-risk-panel+.vl-risk-panel{border-top:1px solid #ced8de}
.vl-risk-visual{position:relative;overflow:hidden;isolation:isolate;background:var(--vl-navy);min-height:400px}
.vl-risk-visual>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.64)}
.vl-risk-visual::after{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(0deg,#061d2df5 0%,#0b263b82 38%,transparent 85%)}
.vl-visual-caption{position:absolute;bottom:30px;left:30px;right:20px;z-index:1;color:#fff}
.vl-visual-caption>span{display:block;font:10px var(--mono);letter-spacing:.15em;color:var(--vl-orange-light);margin-bottom:14px}
.vl-visual-caption>b{font-size:24px;line-height:1.7;letter-spacing:.02em}
.vl-risk-content{padding:30px 35px 26px}
.vl-risk-label{font-size:11px;font-weight:700;color:var(--red);margin-bottom:10px;letter-spacing:.03em}
.vl-risk-content h3{font-size:23px;line-height:1.55;letter-spacing:.01em;margin-bottom:10px}
.vl-risk-intro{color:#617480;font-size:13px;line-height:1.95}
.vl-risk-points{margin:21px 0 23px}
.vl-risk-points>div{display:grid;grid-template-columns:122px 1fr;gap:13px;border-top:1px solid #e0e6e9;padding:14px 0;font-size:13px;line-height:1.9}
.vl-risk-points>div:last-child{border-bottom:1px solid #e0e6e9}
.vl-risk-points dt{font-weight:700;color:var(--vl-danger)}
.vl-risk-points>div:last-child dt{color:var(--vl-green)}
.vl-risk-points dd{margin:0;color:#374f5e}
.vl-risk-article{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#eef2f4;padding:14px 18px;border-left:3px solid var(--vl-orange);transition:background .2s}
.vl-risk-article:hover{background:#ffece0}
.vl-risk-article small{display:block;font:8px var(--mono);letter-spacing:.13em;color:#6b7c85;margin-bottom:5px}
.vl-risk-article b{display:block;font-size:14px;line-height:1.65}
.vl-risk-article i{font-style:normal;font-size:24px;color:var(--red)}
.vl-care-note{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.9;color:#5c6f7b;margin:18px 0 0}
.vl-care-note>span{flex:0 0 18px;height:18px;display:grid;place-items:center;border:1px solid #bc795e;border-radius:50%;font:500 11px var(--mono);color:var(--vl-danger);margin-top:2px}
.home .vl-daily{background:var(--vl-navy);position:relative;color:#fff;overflow:hidden}
.vl-daily::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#b5d1df06 1px,transparent 1px),linear-gradient(90deg,#b5d1df06 1px,transparent 1px);background-size:48px 48px}
.vl-daily-grid{display:grid;grid-template-columns:minmax(0,42fr) minmax(0,58fr);gap:80px;position:relative}
.vl-daily .sec-en{color:var(--vl-orange-light)}
.vl-daily .section-title{font-size:clamp(28px,3vw,40px);line-height:1.6;color:#fff;margin-bottom:16px}
.vl-daily .section-lead{font-size:14px;color:#b8cbd6}
.vl-check-meter{margin-top:27px;max-width:340px}
.vl-check-meter>p:first-child{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#c4d4dd}
.vl-check-meter strong{font:500 42px var(--mono);color:var(--vl-orange-light)}
.vl-check-meter strong small{font-size:17px;color:#9db3c1}
.vl-check-meter progress{display:block;width:100%;height:5px;margin:12px 0 13px;border:0;border-radius:2px;overflow:hidden;accent-color:var(--vl-orange);background:#355064}
.vl-check-meter progress::-webkit-progress-bar{background:#355064}
.vl-check-meter progress::-webkit-progress-value{background:var(--vl-orange);transition:width .2s ease}
.vl-check-meter progress::-moz-progress-bar{background:var(--vl-orange)}
.vl-check-status{font-size:12px;color:#c3d4df;min-height:48px;line-height:1.8}
.vl-reset{padding:8px 0;min-height:44px;background:transparent;border:0;border-bottom:1px solid #557180;color:#d1e1e9;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:25px}
.vl-reset[hidden]{display:none}
.vl-reset:hover{color:var(--vl-orange-light);border-color:var(--vl-orange-light)}
.vl-daily-note{font-size:11px;line-height:1.9;color:#9fb6c4;max-width:340px;margin-top:20px}
.vl-check-list{display:grid;align-content:start;gap:9px}
.vl-check-row{display:flex;align-items:stretch;gap:5px;background:#1c384b;border:1px solid #3b5669;border-radius:3px;transition:background .2s,border-color .2s}
.vl-check-row:has(input:checked){background:#243f43;border-color:#729777}
.vl-check-row>label{display:flex;align-items:center;gap:17px;padding:16px 19px;cursor:pointer;flex:1;min-width:0}
.vl-check-row input{width:23px;height:23px;flex:0 0 23px;accent-color:#f99662;cursor:pointer;margin:0}
.vl-check-row label>span{display:block;min-width:0}
.vl-check-row b{display:block;font-size:15px;font-weight:700;line-height:1.7;color:#edf3f6}
.vl-check-row small{display:block;color:#b6cbd7;font-size:11px;line-height:1.8;margin-top:3px}
.vl-check-row>a{flex:0 0 45px;display:grid;place-items:center;color:var(--vl-orange-light);font-size:22px}
.vl-check-row>a:hover{background:#ffffff0a}
.vl-check-foot{font-size:10px;color:#a5bdca;line-height:1.9;padding-top:7px}
.home #guide{background:#f5f6f5}
.home #guide .guide-grid{gap:18px}
.home .guide-card{border-radius:4px;box-shadow:0 3px 15px #12344606}
.home .guide-card__body{padding:22px}
.home .guide-card b{font-size:19px}
.home #popular{border-block:1px solid #e0e5e8}
.home .art-card .ph{aspect-ratio:3/2!important}
.home .art-card b{font-size:21px}
.home .case-card{border-top:3px solid var(--vl-orange);background:#173446}
.home .case-card__no{color:var(--vl-orange-light)}
.home .contact-strip{border-top:4px solid var(--vl-orange);background:var(--vl-night)}
.home .lp-float .f-contact{background:var(--vl-orange);color:var(--vl-night);gap:10px}
@media(min-width:1500px){.home .hero{padding-top:76px}.home .hero .vl-hero-bottom{margin-top:43px}}
@media(max-width:1190px){
  .home .container{width:calc(100% - 64px)}
  .home .header-inner{gap:18px}.home .main-nav ul{gap:15px}.home .site-logo__mark b{font-size:15px}.home .main-nav a{font-size:12px}
  .home .hero .lab-hero-grid{gap:28px;grid-template-columns:minmax(0,46fr) minmax(0,54fr)}
  .home .hero h1{font-size:clamp(35px,4.3vw,51px)}.home #heroEn{font-size:12px}.home #heroSub{font-size:13px}
  .home .hero-cta .btn{padding:0 14px;font-size:12px;gap:12px;min-height:49px}
  .home .lab-photo-top>span:last-child{display:none}
  .home .lab-overview-title{flex-basis:175px}.home .lab-overview-title b{font-size:14px}
  .home .hero-stats a{padding:6px 16px}.home .hero-stats a>b{font-size:36px}.home .hero-stats a>span{font-size:10px}
  .vl-risk-tab{padding:18px 17px;gap:4px 8px}.vl-risk-tab>b{font-size:13px}
  .vl-risk-content{padding:25px}.vl-risk-content h3{font-size:21px}.vl-risk-points>div{grid-template-columns:1fr;gap:4px;padding:11px 0}
  .vl-visual-caption{left:24px}.vl-visual-caption>b{font-size:22px}.vl-daily-grid{gap:48px}
}
@media(max-width:900px){
  .home .container{width:calc(100% - 40px)}.home .header-inner{height:64px}.home .site-header{--header-h:67px}
  .home .main-nav{top:67px;background:#fff}.home .main-nav a{font-size:15px}.home .main-nav ul{gap:0}.home .main-nav .nav-cta a{color:#fff}
  .home .hero{padding-top:42px}.home .hero .lab-hero-grid{gap:24px}.home .hero h1{font-size:36px}.home .hero .eyebrow{font-size:8px;letter-spacing:.11em;gap:8px}.home .hero .eyebrow::before{width:12px}
  .home .hero-cta{gap:8px;display:flex}.home .hero-cta .btn{width:auto;font-size:11px;padding-inline:12px}.home .lab-open-note{font-size:10px;max-width:320px}
  .home .lab-overview-inner{padding:22px 0;min-height:0}.home .lab-overview-title{display:none}.home .hero-stats a>span{font-size:11px}.home .hero-stats a small{font-size:8px}
  .vl-hotspot{font-size:9px;padding:6px;gap:5px}.vl-hotspot>span{width:19px;height:19px;font-size:9px}.vl-hotspot i{font-size:11px}.vl-photo-index{font-size:9px}
  .home .lab-photo-bottom span{font-size:7px;gap:4px}.home .lab-photo-caption{font-size:9px}
  .home .lp-sec{padding:64px 0}.vl-section-note{display:none}.vl-risk-tab{padding:18px 12px;display:flex;flex-wrap:wrap;gap:4px}.vl-risk-tab>b{font-size:12px}.vl-risk-tab>small{flex-basis:100%;font-size:7px}.vl-risk-tab>span{font-size:8px;margin-top:4px}
  .vl-risk-panel{grid-template-columns:minmax(0,36fr) minmax(0,64fr)}.vl-risk-content{padding:24px}.vl-risk-content h3{font-size:19px}.vl-risk-intro,.vl-risk-points>div{font-size:12px}.vl-visual-caption{left:19px;bottom:26px}.vl-visual-caption>b{font-size:19px}
  .vl-stage-links>a{padding:18px}.vl-stage-links b{font-size:14px}.vl-stage-links span{font-size:8px}
  .vl-daily-grid{grid-template-columns:minmax(0,39fr) minmax(0,61fr);gap:28px}.vl-daily .section-title{font-size:29px}.vl-daily .section-lead{font-size:13px}.vl-check-row>label{gap:12px;padding:14px}.vl-check-row b{font-size:13px}.vl-check-row small{font-size:10px}.vl-check-row>a{flex-basis:34px}
}
@media(max-width:700px){
  .home .hero .lab-hero-grid{grid-template-columns:1fr;gap:27px}.home .hero{padding-top:35px}.home .hero-copy{padding:0}.home .hero .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:20px}.home #heroEn{font-size:12px;margin-bottom:13px}
  .home .hero h1{font-size:clamp(37px,8.2vw,57px);line-height:1.35;letter-spacing:.025em;margin-bottom:19px}.home #heroSub{font-size:13px;line-height:1.95;margin-bottom:23px;max-width:470px}.home #heroSub br{display:initial}
  .home .hero-cta{display:grid;grid-template-columns:1.15fr 1fr;gap:9px;max-width:500px}.home .hero-cta .btn{width:100%;min-height:51px;font-size:12px;padding-inline:11px;gap:8px}.home .lab-open-note{font-size:10px;max-width:none;margin-top:19px}
  .home .hero-media{transform:none}.home .lab-photo-top{font-size:8px;margin-bottom:12px}.home .lab-photo-top>span:last-child{display:block;font-size:9px}.home .lab-photo-bottom{padding:12px 0 10px}.home .lab-photo-bottom span{font-size:8px}.home .lab-photo-caption{font-size:9px}
  .vl-photo-frame{margin:0 3px}.vl-hotspot{font-size:10px;padding:7px;gap:6px}.vl-hotspot>span{width:21px;height:21px;font-size:9px}.vl-photo-index{font-size:10px}
  .home .hero .vl-hero-bottom{margin-top:23px;padding:15px 0;font-size:10px;gap:10px}.vl-hero-bottom>a{font-size:8px;gap:10px}
  .home .lab-overview-inner{padding:22px 0}.home .hero-stats a{display:block;text-align:center;padding:0 8px}.home .hero-stats a>b{display:block;font-size:34px;margin-bottom:7px}.home .hero-stats a>span{font-size:10px;white-space:normal}.home .hero-stats a small,.home .hero-stats a>i{display:none}
  .home .lp-sec{padding:52px 0}.home .section-title{font-size:28px;line-height:1.55}.home .section-lead{font-size:13px}.home .sec-en{font-size:9px;letter-spacing:.1em}.vl-section-top{margin-bottom:20px}.vl-mobile-break{display:block}
  .vl-prevention .sec-head{gap:15px;margin-bottom:25px}.vl-prevention .link-more{font-size:12px}.vl-stage-links{grid-template-columns:1fr;margin-bottom:27px}.vl-stage-links>a{padding:14px 17px;grid-template-columns:120px 1fr 14px;align-items:center;gap:9px}.vl-stage-links span{font-size:8px}.vl-stage-links b{grid-column:2;font-size:13px}.vl-stage-links i{grid-column:3;grid-row:1;font-size:16px}
  .vl-risk-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.vl-risk-tab{padding:16px 17px;display:grid;grid-template-columns:1fr;gap:4px;border-bottom:1px solid #d5dfe3}.vl-risk-tab:nth-child(2){border-right:0}.vl-risk-tab:nth-child(n+3){border-bottom:0}.vl-risk-tab>b{font-size:13px;grid-column:1}.vl-risk-tab>small{font-size:7px;grid-column:1}.vl-risk-tab>span{display:none}
  .vl-risk-panel{grid-template-columns:1fr}.vl-risk-visual{min-height:0;height:210px}.vl-risk-visual>img{object-position:center 48%}.vl-visual-caption{left:22px;bottom:19px}.vl-visual-caption>span{font-size:9px;margin-bottom:8px}.vl-visual-caption>b{font-size:21px;line-height:1.6}
  .vl-risk-content{padding:24px 21px}.vl-risk-content h3{font-size:20px}.vl-risk-intro{font-size:13px}.vl-risk-points{margin:20px 0}.vl-risk-points>div{font-size:13px;padding:13px 0;gap:6px}.vl-risk-article{padding:13px}.vl-risk-article b{font-size:13px}.vl-care-note{font-size:10px;margin-top:16px}
  .vl-daily-grid{grid-template-columns:1fr;gap:27px}.vl-daily .section-title{font-size:30px}.vl-daily .section-lead{font-size:13px}.vl-check-meter{max-width:none;margin-top:24px}.vl-check-status{min-height:22px}.vl-check-meter strong{font-size:35px}.vl-daily-note{max-width:none;font-size:10px;margin-top:14px}.vl-check-row>label{padding:15px;gap:14px}.vl-check-row b{font-size:14px}.vl-check-row small{font-size:11px}.vl-check-row>a{flex-basis:38px}.vl-check-foot{font-size:10px}
  .home .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home .guide-card__body{padding:15px}.home .guide-card b{font-size:15px}.home .guide-card__no{font-size:10px}.home .guide-card ul{margin-bottom:16px}.home .guide-card li{font-size:11px}.home .guide-card .link-more{font-size:11px;line-height:1.6;align-items:center;padding-top:12px}.home .guide-card .ph{aspect-ratio:4/3!important}
  .home .art-card b{font-size:20px}.home .lp-float a{font-size:12px;min-height:55px}.home .lp-float{padding-bottom:env(safe-area-inset-bottom);background:#fff}
}
@media(max-width:370px){
  .home .container{width:calc(100% - 32px)}.home .site-logo__mark b{font-size:13px}.home .site-logo__mark i{font-size:8px}.home .site-logo::before{width:35px;height:39px;font-size:16px}.home .header-inner{gap:10px}
  .home .hero h1{font-size:34px}.home #heroEn{font-size:11px}.home .hero .eyebrow{font-size:8px}.home .hero-cta .btn{font-size:10px;padding:0 8px}.home .lab-photo-top>span:last-child{display:none}.vl-hotspot{font-size:8px;gap:4px;padding:5px}.vl-photo-index{font-size:8px}
  .vl-stage-links>a{grid-template-columns:104px 1fr 12px;padding:14px 13px;gap:5px}.vl-stage-links b{font-size:12px}.vl-stage-links span{font-size:7px}.home .guide-grid{gap:12px!important}.home .guide-card__body{padding:12px}.home .guide-card b{font-size:13px}.home .guide-card .link-more{font-size:10px}
  .vl-risk-tab{padding:15px 10px}.vl-risk-tab>b{font-size:12px}.vl-risk-content h3{font-size:18px}
}
@media(prefers-reduced-motion:reduce){.home *,.home *::before,.home *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{
  .home .hero{color:#000;background:#fff}.home .hero h1,.home #heroEn,.home #heroSub{color:#000}.vl-hotspot,.vl-hero-bottom,.vl-skip,.vl-risk-tabs,.vl-reset{display:none!important}
  .vl-risk-panel[hidden]{display:grid!important}.vl-risk-panel{break-inside:avoid}.vl-daily-grid{grid-template-columns:1fr}.home .vl-daily{background:#fff;color:#000}.vl-daily .section-title,.vl-check-row b,.vl-check-row small,.vl-daily .section-lead{color:#000}.vl-check-row{background:#fff}.vl-check-row label{padding:9px}.vl-daily-copy{break-after:avoid}.vl-check-list{break-inside:avoid}
}

/* About: compact introduction and aligned editorial principles */
#about .sec-head{margin-bottom:32px}
#about .about-intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
#about .about-copy{min-width:0}
#about .about-copy p{font-size:15px;line-height:2;margin:0 0 20px;max-width:38em}
#about .about-topics{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
#about .about-topics span{font-size:12px;border:1px solid var(--line);padding:7px 14px;border-radius:3px;background:#fff}
#about .about-image{margin:0;min-width:0}
#about .about-image img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:4px}
#about .about-image figcaption{font-size:12px;line-height:1.7;color:var(--muted);margin-top:10px}
#about .about-policy-title{font-size:18px;font-weight:500;margin:40px 0 20px}
#about .lab-principles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;margin:0}
#about .lab-principle{padding:22px 0;margin:0;border-top:1px solid var(--line);background:transparent}
#about .lab-principle b{font-size:15px;font-weight:500;margin-bottom:10px}
#about .lab-principle span{font-size:13px;line-height:1.9}
@media(max-width:760px){
  #about .about-intro{grid-template-columns:1fr;gap:24px}
  #about .about-copy p{font-size:14px;margin-bottom:16px}
  #about .about-policy-title{font-size:17px;margin-top:32px}
  #about .lab-principles{grid-template-columns:1fr}
  #about .lab-principle{padding:20px 0}
}
