/* Shared chrome for blog pages: header, navigation, footer and the
   base tokens. Lifted from the service pages so that adding a post
   never means copying a stylesheet. Blog-specific rules live below. */

:root{
  --paper:#f7f4ee;
  --white:#fffdf9;
  --ink:#161616;
  --muted:#68645e;
  --red:#8f1d1d;
  --red-dark:#701313;
  --line:#d9d2c8;
  --sand:#eae3d9;
  --charcoal:#1b1917;
  
  --flag:#d99a2b;
  
  --red-on-dark:#ce756c;
  --serif:"Noto Serif JP","Noto Serif CJK JP","Yu Mincho","Hiragino Mincho ProN",serif;
  --sans:"Noto Sans JP","Noto Sans CJK JP","Hiragino Kaku Gothic ProN","Yu Gothic",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.82;letter-spacing:.02em}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button{font:inherit}
.container{width:min(1240px,calc(100% - 64px));margin:auto}
.eyebrow{font-size:11px;letter-spacing:.22em;color:var(--red);font-weight:700;text-transform:uppercase;margin-bottom:18px}
.rule{border-top:1px solid var(--line)}
.display{font-family:var(--serif);font-weight:500;letter-spacing:.01em}
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:220px;padding:15px 18px;border:1px solid var(--red);font-size:13px;font-weight:700;letter-spacing:.06em;transition:.25s ease;background:transparent}
.btn::after{content:"→";font-size:17px;font-weight:400}
.btn:hover{transform:translateY(-2px);background:var(--red-dark);color:#fff}
.header{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.94);backdrop-filter:blur(12px);border-top:5px solid var(--red);border-bottom:1px solid rgba(217,210,200,.8)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between}
.logo{width:170px;height:auto;object-fit:contain;mix-blend-mode:normal}
.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600}
.nav a{padding:8px 0}
.nav .nav-cta{border:1px solid var(--red);color:var(--red);padding:10px 15px}
.menu-btn{display:none;border:0;background:transparent;width:44px;height:44px;padding:11px;cursor:pointer}
.menu-btn span{display:block;height:1px;background:var(--ink);margin:6px 0}
.footer{background:#11100f;color:#c8c1b7;padding:70px 0 42px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:55px}
.footer-logo{width:165px;mix-blend-mode:normal;margin-bottom:22px}
.footer h4{color:#fff;font-family:var(--serif);font-size:15px;margin:0 0 16px}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{font-size:12px;margin:8px 0}
.footnote{border-top:1px solid #2f2b27;margin-top:46px;padding-top:22px;font-size:10px;color:#817a72}
.header{transition:box-shadow .25s ease,background .25s ease}
.nav a{position:relative}
.nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:var(--red);transition:right .25s ease}
.nav a:not(.nav-cta):hover::after{right:0}
.menu-btn{position:relative;z-index:82}
.menu-btn span{transition:transform .25s ease,opacity .25s ease}
.menu-btn[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-btn[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none}
.footer a{transition:color .2s ease}
.footer a:hover{color:#fff}
.footer-place{display:flex;gap:16px;flex-wrap:wrap;margin-top:22px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#817a72}
.footer-place span{position:relative;padding-left:13px}
.footer-place span::before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--red)}
.footer-social{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px}
.footer-social a{font-size:11px;letter-spacing:.05em;color:#817a72;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}
.footer-social a:hover{color:var(--red);border-color:var(--red)}
.footer-label{font-size:10px;letter-spacing:.18em;color:#817a72;margin-bottom:8px;text-transform:uppercase}
.footer .footer-grid{
  align-items:start;
}
.footer .footer-grid > div:first-child{
  align-self:start;
}
.footer .footer-logo-link{
  display:inline-block;
  line-height:0;
  text-decoration:none;
}
.footer .footer-logo{
  display:block;
  width:165px;
  height:auto;
  margin:0 0 22px;
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1;
}
.header-v5{
  position:sticky;
  top:0;
  z-index:80;
  border-top:3px solid var(--red);
  border-bottom:1px solid rgba(217,210,200,.84);
  background:rgba(247,244,238,.94);
  backdrop-filter:blur(16px);
  transition:background .25s ease,box-shadow .25s ease;
}
.header-v5.is-scrolled{
  background:rgba(247,244,238,.985);
  box-shadow:0 12px 34px rgba(22,22,22,.075);
}
.header-inner-v5{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.header-brand-wrap{
  display:flex;
  align-items:center;
  min-width:0;
}
.header-brand{
  display:inline-flex;
  align-items:center;
  line-height:0;
  text-decoration:none;
}
.header-v5 .logo{
  display:block;
  width:154px;
  height:auto;
  max-width:none;
  mix-blend-mode:normal!important;
}
.header-brand-divider{
  width:1px;
  height:24px;
  margin:0 18px;
  background:var(--line);
}
.header-context{
  white-space:nowrap;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
}
.nav-v5{
  display:flex;
  align-items:center;
  gap:27px;
  margin-left:auto;
  font-size:12px;
  font-weight:600;
  letter-spacing:.025em;
}
.nav-v5 a{
  position:relative;
  padding:29px 0 27px;
  color:var(--ink);
  text-decoration:none;
  white-space:nowrap;
}
.nav-v5 a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:18px;
  height:1px;
  background:var(--red);
  transition:right .22s ease;
}
.nav-v5 a:not(.nav-cta):hover::after,
.nav-v5 a:not(.nav-cta)[aria-current="location"]::after{
  right:0;
}
.nav-v5 a[aria-current="location"]{
  color:var(--red);
}
.nav-v5 .nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:104px;
  height:42px;
  padding:0 18px;
  color:#fff;
  background:var(--red);
  border:1px solid var(--red);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.nav-v5 .nav-cta:hover{
  color:var(--red);
  background:transparent;
  transform:translateY(-1px);
}
.header-v5 a:focus-visible,
.header-v5 button:focus-visible,
.mobile-nav-v5 a:focus-visible{
  outline:2px solid var(--red);
  outline-offset:4px;
}
.menu-btn-v5{
  display:none;
  position:relative;
  z-index:92;
  flex:0 0 auto;
  width:44px;
  height:44px;
  padding:11px;
  border:0;
  background:transparent;
  cursor:pointer;
}
.menu-btn-v5 span{
  display:block;
  height:1px;
  margin:6px 0;
  background:var(--ink);
  transition:transform .25s ease,opacity .25s ease;
}
.menu-btn-v5[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn-v5[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-btn-v5[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav-v5{display:none}

@media(max-width:900px){
.container{width:min(100% - 36px,680px)}
.header-inner{height:70px}
.logo{width:140px}
.nav{display:none}
.menu-btn{display:block}
.btn{width:100%;min-width:0}
.footer{padding-bottom:105px}
.footer-grid{grid-template-columns:1fr 1fr;gap:34px}
.footer-grid>div:first-child{grid-column:1/-1}
}
@media(prefers-reduced-motion:reduce){
*{scroll-behavior:auto!important;transition:none!important}
}
@media(max-width:900px){
.mobile-nav{display:block;position:fixed;inset:0;z-index:75;background:var(--paper);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;padding:102px 22px calc(32px + env(safe-area-inset-bottom));overflow:auto}
.mobile-nav-inner{min-height:calc(100vh - 134px);display:flex;flex-direction:column;justify-content:space-between;gap:46px}
.mobile-nav-kicker{font-size:10px;letter-spacing:.22em;color:var(--red);font-weight:700;text-transform:uppercase;margin-bottom:24px}
.mobile-nav-list{border-top:1px solid var(--ink)}
.mobile-nav-list a{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:23px;line-height:1.3}
.mobile-nav-list small{font-family:var(--sans);font-size:10px;color:var(--red);letter-spacing:.12em}
.mobile-nav-list i{font-style:normal;font-family:var(--sans);font-size:16px;color:var(--muted)}
.mobile-nav-foot p{font-size:12px;color:var(--muted);margin:0 0 20px;line-height:1.8}
.mobile-nav-foot .btn{height:54px}
.footer-place{margin-top:16px}
}
@media(max-width:900px){
.footer .footer-logo{
    width:150px;
    margin-bottom:18px;
  }
}
@media(max-width:1120px){
.nav-v5{gap:19px}
.header-context,.header-brand-divider{display:none}
}
@media(max-width:900px){
.header-inner-v5{height:68px}
.header-v5 .logo{width:137px}
.nav-v5{display:none}
.menu-btn-v5{display:block}
.mobile-nav-v5{
    display:block;
    position:fixed;
    inset:0;
    z-index:75;
    padding:96px 22px calc(30px + env(safe-area-inset-bottom));
    overflow:auto;
    background:var(--paper);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .23s ease,visibility .23s ease;
  }
.mobile-nav-v5.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
.mobile-nav-v5 .mobile-nav-inner{
    min-height:calc(100svh - 126px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:44px;
  }
.mobile-nav-v5 .mobile-nav-kicker{
    margin-bottom:22px;
    color:var(--red);
    font-size:9px;
    font-weight:700;
    letter-spacing:.18em;
    line-height:1.6;
    text-transform:uppercase;
  }
.mobile-nav-v5 .mobile-nav-list{
    border-top:1px solid var(--ink);
  }
.mobile-nav-v5 .mobile-nav-list a{
    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;
    gap:12px;
    padding:17px 0;
    border-bottom:1px solid var(--line);
    color:var(--ink);
    font-family:var(--serif);
    font-size:22px;
    line-height:1.35;
    text-decoration:none;
  }
.mobile-nav-v5 .mobile-nav-list small{
    color:var(--red);
    font-family:var(--sans);
    font-size:9px;
    letter-spacing:.12em;
  }
.mobile-nav-v5 .mobile-nav-list i{
    color:var(--muted);
    font-family:var(--sans);
    font-size:15px;
    font-style:normal;
  }
.mobile-nav-v5 .mobile-nav-foot{
    padding-top:4px;
  }
.mobile-nav-v5 .mobile-nav-message{
    margin:0 0 6px;
    color:var(--ink);
    font-family:var(--serif);
    font-size:17px;
    line-height:1.65;
  }
.mobile-nav-v5 .mobile-nav-place{
    margin:0 0 20px;
    color:var(--muted);
    font-size:9px;
    letter-spacing:.16em;
    text-transform:uppercase;
  }
.mobile-nav-v5 .mobile-nav-foot .btn{
    width:100%;
    height:52px;
  }
}
@media(prefers-reduced-motion:reduce){
.gi-trace-edge i{transition:none!important}
.gi-trace-run{display:none}
.gi-excl::after{animation:none!important}
.gi-dots-frame,.gi-tipbox,.gi-dots-cells{transition:none!important}
}
/* ------------------------------------------------------------------
   Blog
   Two tracks share this layout: Insights, written in Wanovia's own
   register, and Journal, written in the founder's. The label carries
   the difference so the reader knows which voice they are in before
   they start reading.
   ------------------------------------------------------------------ */

.blog-hero{padding:104px 0 66px;border-bottom:1px solid var(--line)}
.blog-hero h1{margin:0 0 22px;font-family:var(--serif);font-size:clamp(38px,4vw,54px);font-weight:600;line-height:1.36;letter-spacing:-.02em}
.blog-hero .intro{max-width:620px;margin:0;color:var(--muted);font-size:15px;line-height:2}

.blog-list{padding:0 0 116px}
.blog-item{display:grid;grid-template-columns:150px 1fr;gap:38px;padding:40px 0;border-bottom:1px solid var(--line)}
.blog-item:first-of-type{border-top:1px solid var(--ink)}
.blog-meta{display:flex;flex-direction:column;gap:9px;padding-top:4px}
.blog-track{align-self:start;padding:4px 9px;border:1px solid var(--red);color:var(--red);font-size:9px;font-weight:700;letter-spacing:.16em}
.blog-track-journal{border-color:var(--muted);color:var(--muted)}
.blog-date{color:var(--muted);font-size:11px;letter-spacing:.08em}
.blog-item h2{margin:0 0 12px;font-family:var(--serif);font-size:25px;font-weight:600;line-height:1.55}
.blog-item a:hover h2{color:var(--red)}
.blog-item p{margin:0;max-width:720px;color:var(--muted);font-size:13.5px;line-height:1.95}
.blog-item-for{margin:14px 0 0;color:var(--ink);font-size:11px;letter-spacing:.06em}
.blog-item-for span{color:var(--red);font-weight:700}

/* article */
.post{padding:96px 0 40px}
.post-head{max-width:760px;margin:0 auto 54px}
.post-head .blog-track{display:inline-block;margin-bottom:20px}
.post-head h1{margin:0 0 24px;font-family:var(--serif);font-size:clamp(30px,3.3vw,42px);font-weight:600;line-height:1.5;letter-spacing:-.01em}
.post-head .post-sub{margin:0;color:var(--muted);font-size:15px;line-height:2.05}
.post-byline{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 18px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:11px;letter-spacing:.06em}
.post-byline strong{color:var(--ink);font-weight:600}

.post-body{max-width:760px;margin:0 auto}
.post-body h2{margin:72px 0 22px;font-family:var(--serif);font-size:27px;font-weight:600;line-height:1.55}
.post-body h2 .post-h2-num{display:block;margin-bottom:11px;color:var(--red);font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.18em}
.post-body h3{margin:44px 0 16px;font-family:var(--serif);font-size:19px;font-weight:600;line-height:1.6}
.post-body p{margin:0 0 22px;font-size:15px;line-height:2.15}
.post-body strong{font-weight:700}
.post-body ul,.post-body ol{margin:0 0 24px;padding-left:1.35em}
.post-body li{margin:0 0 10px;font-size:15px;line-height:2.05}
.post-body a:not(.btn){color:var(--red);border-bottom:1px solid rgba(143,29,29,.4)}
.post-body a:not(.btn):hover{border-bottom-color:var(--red)}

.post-lead{margin:0 0 34px;font-size:16.5px;line-height:2.1}
.post-quote{margin:34px 0;padding:0 0 0 20px;border-left:2px solid var(--red);font-family:var(--serif);font-size:20px;line-height:1.85}
.post-note{margin:34px 0;padding:24px 26px;border:1px solid var(--line);background:var(--white)}
.post-note p{margin:0;font-size:13.5px;line-height:2}
.post-note p+p{margin-top:12px}
.post-note-label{display:block;margin-bottom:11px;color:var(--red);font-size:9px;font-weight:700;letter-spacing:.18em}

/* a source is named wherever a figure, rule or tax treatment is stated */
.post-source{margin:26px 0;padding:18px 20px;border-left:2px solid var(--line);color:var(--muted);font-size:12px;line-height:1.95}
.post-source strong{display:block;margin-bottom:6px;color:var(--ink);font-size:10px;letter-spacing:.14em}

.post-foot{max-width:760px;margin:78px auto 0;padding-top:40px;border-top:1px solid var(--ink)}
.post-foot h2{margin:0 0 16px;font-family:var(--serif);font-size:24px;font-weight:600;line-height:1.6}
.post-foot p{margin:0 0 26px;color:var(--muted);font-size:14px;line-height:2.05}
.post-disclaimer{padding:40px 0 104px}
.post-disclaimer div{max-width:760px;margin:0 auto;color:var(--muted);font-size:11.5px;line-height:1.95}

@media(max-width:900px){
  .blog-hero{padding:44px 0 46px}
  .blog-hero h1{font-size:31px}
  .blog-item{grid-template-columns:1fr;gap:14px;padding:30px 0}
  .blog-meta{flex-direction:row;align-items:center;gap:14px;padding-top:0}
  .blog-item h2{font-size:21px}
  .post{padding:40px 0 30px}
  .post-head{margin-bottom:38px}
  .post-head h1{font-size:26px}
  .post-body h2{margin:52px 0 18px;font-size:22px}
  .post-body h3{font-size:17px}
  .post-body p,.post-body li{font-size:14px;line-height:2.05}
  .post-lead{font-size:15px}
  .post-quote{font-size:17px}
  .post-note{padding:20px 18px}
  .post-foot{margin-top:56px}
  .post-disclaimer{padding:30px 0 70px}
}

/* ------------------------------------------------------------------
   Diagrams inside an article. Same ideas as the service pages, at a
   size that sits in a column of text rather than filling a screen.
   ------------------------------------------------------------------ */

/* Deep Red is unreadable on Charcoal (1.97:1); same hue lifted to 5.33:1.
   Reversed grounds only — on paper, Deep Red itself is correct. */
:root{--red-on-dark:#ce756c}

.art-layers{margin:32px 0;border:1px solid var(--line)}
.art-layer{display:grid;grid-template-columns:128px 1fr;gap:20px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line)}
.art-layer:last-child{border-bottom:0}
.art-layer b{font-family:var(--serif);font-size:16px;font-weight:600}
.art-layer span{color:var(--muted);font-size:12.5px;line-height:1.85}
.art-layer-mid{background:var(--charcoal);color:#fff;border-color:#302d29}
.art-layer-mid b{color:var(--red-on-dark)}
.art-layer-mid span{color:rgba(255,255,255,.84)}
.art-cap{margin:-20px 0 32px;color:var(--muted);font-size:11.5px;line-height:1.85}

.art-table{width:100%;margin:32px 0;border-collapse:collapse;font-size:13px}
.art-table th,.art-table td{padding:12px 13px;border:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.8}
.art-table thead th{background:var(--white);color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.06em}
.art-table thead th:last-child{color:var(--red)}
.art-table tbody th{background:var(--white);font-weight:600;white-space:nowrap;font-size:12px}
.art-table td:last-child{background:rgba(143,29,29,.04)}
.art-table .off{color:var(--muted)}

.art-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:32px 0;background:var(--line);border:1px solid var(--line)}
.art-plan{padding:20px 18px;background:var(--white)}
.art-plan small{display:block;margin-bottom:9px;color:var(--red);font-size:9px;font-weight:700;letter-spacing:.16em}
.art-plan b{display:block;margin-bottom:9px;font-family:var(--serif);font-size:16px;font-weight:600;line-height:1.5}
.art-plan span{color:var(--muted);font-size:12.5px;line-height:1.9}

.art-ask{margin:32px 0;padding:0;list-style:none}
.art-ask li{position:relative;margin:0 0 12px;padding-left:22px;font-size:14.5px;line-height:2}
.art-ask li::before{content:"";position:absolute;left:0;top:.85em;width:9px;height:1px;background:var(--red)}

@media(max-width:900px){
  .art-layer{grid-template-columns:1fr;gap:7px;padding:15px 16px}
  .art-cap{margin-top:-14px}
  .art-table{font-size:11.5px}
  .art-table th,.art-table td{padding:9px 9px}
  .art-table tbody th{white-space:normal}
  .art-plans{grid-template-columns:1fr}
  .art-ask li{font-size:13.5px}
}

/* Coverage comparison: rows are causes, columns are the arrangements that
   may or may not respond. The rightmost column is the one being explained,
   so it carries the tint and the red marks. */
/* fixed layout with declared column widths: without it each table sizes its
   columns to its own longest sub-label, and the two tables end up with
   different geometry sitting one above the other */
.art-cmp{width:100%;margin:26px 0 0;border-collapse:collapse;table-layout:fixed;font-size:12.5px}
.art-cmp th:first-child{width:37%}
.art-cmp thead th:not(:first-child){width:21%}
.art-cmp caption{margin-bottom:12px;text-align:left;font-family:var(--serif);font-size:16px;font-weight:600}
.art-cmp caption small{display:inline-block;margin-right:9px;padding:3px 7px;background:var(--red);color:#fff;font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.1em;vertical-align:2px}
.art-cmp th,.art-cmp td{padding:11px 10px;border:1px solid var(--line);vertical-align:middle}
.art-cmp thead th{background:var(--charcoal);color:#fff;font-size:11.5px;font-weight:600;text-align:center;line-height:1.5}
.art-cmp thead th:first-child{text-align:left}
.art-cmp thead th b{display:block;font-size:12.5px}
.art-cmp thead th span{display:block;margin-top:3px;color:rgba(255,255,255,.62);font-size:9.5px;font-weight:400}
.art-cmp thead th:last-child{background:#7e1818}
.art-cmp thead th:last-child span{color:rgba(255,255,255,.72)}
.art-cmp tbody th{background:var(--white);font-weight:400;text-align:left;font-size:12px;line-height:1.7}
.art-cmp tbody th b{font-weight:700}
.art-cmp tbody td{text-align:center;line-height:1.5}
.art-cmp tbody td:last-child{background:rgba(143,29,29,.05)}
.art-cmp .y{display:block;font-size:15px;color:var(--ink)}
.art-cmp .n{display:block;font-size:15px;color:#a8a29a}
.art-cmp .t{display:block;margin-top:2px;font-size:10px;font-weight:700;color:var(--ink)}
.art-cmp .t-off{display:block;margin-top:2px;font-size:10px;font-weight:400;color:var(--muted)}
.art-cmp tbody td:last-child .y,.art-cmp tbody td:last-child .t{color:var(--red)}
.art-cmp-foot{margin:14px 0 34px;color:var(--muted);font-size:11px;line-height:1.9}
.art-cmp-foot b{display:block;margin-top:9px;color:var(--ink);font-size:10px;letter-spacing:.1em}

@media(max-width:900px){
  .art-cmp{font-size:11px;margin-top:20px}
  .art-cmp caption{font-size:14.5px}
  .art-cmp th,.art-cmp td{padding:8px 5px}
  .art-cmp thead th{font-size:10px}
  /* keep the arrangement's name whole; only its qualifier wraps */
  .art-cmp thead th b{font-size:11px;white-space:nowrap}
  .art-cmp thead th span{font-size:8.5px}
  .art-cmp tbody th{font-size:10.5px}
  .art-cmp .y,.art-cmp .n{font-size:13px}
  .art-cmp .t,.art-cmp .t-off{font-size:9px}
  .art-cmp-foot{font-size:10.5px}
}
