/* Generated in Phase 10 Step 10-8 from frozen V118. Do not edit source fidelity without review. */

/* V118 lines 105-105 */
.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:64px;align-items:center}

/* V118 lines 131-131 */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2E2E2E;border:1px solid #2E2E2E;border-radius:var(--r);overflow:hidden}

/* V118 lines 132-132 */
.steps>div{background:var(--ink);padding:38px 32px;min-height:250px}

/* V118 lines 133-133 */
.steps .num{color:var(--cyan);margin-bottom:48px}

/* V118 lines 134-134 */
.steps h3{margin-bottom:12px;font-size:17px}

/* V118 lines 135-135 */
.steps p{font-size:13.5px;color:#A9ADAA}

/* V118 lines 137-137 */
.big{font-family:var(--mono);font-weight:700;font-size:clamp(72px,11vw,148px);line-height:.85;letter-spacing:-.05em}

/* V118 lines 234-234 */
@media (max-width:1000px){
  .hero-grid{grid-template-columns:1fr!important}
}

/* V118 lines 235-235 */
@media (max-width:1000px){
  .hero-grid{gap:40px}
}

/* V118 lines 237-237 */
@media (max-width:1000px){
  .steps{grid-template-columns:1fr}
}

/* V118 lines 257-257 */
body.home-tuned .hero-grid{grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr);gap:78px}

/* V118 lines 259-259 */
body.home-tuned #home-work .sec-head{max-width:none;display:grid;grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);column-gap:56px;row-gap:12px;align-items:start}

/* V118 lines 261-261 */
body.home-tuned #home-work .sec-head>.num{grid-column:1;grid-row:1 / span 2;margin:7px 0 0}

/* V118 lines 263-263 */
body.home-tuned #home-work .sec-head>.sec-title{grid-column:2;grid-row:1;margin-bottom:0;max-width:760px}

/* V118 lines 265-265 */
body.home-tuned #home-work .sec-head>.lead{grid-column:2;grid-row:2;max-width:680px}

/* V118 lines 267-267 */
body.home-tuned #home-work{background:var(--warm);border-top-color:var(--warm-line)}

/* V118 lines 268-268 */
body.home-tuned .home-work-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;align-items:stretch}

/* V118 lines 269-269 */
body.home-tuned .home-work-grid>.proj:nth-child(1){grid-column:span 7;grid-row:span 2}

/* V118 lines 270-271 */
body.home-tuned .home-work-grid>.proj:nth-child(2),
body.home-tuned .home-work-grid>.proj:nth-child(3){grid-column:span 5}

/* V118 lines 272-272 */
body.home-tuned .home-work-grid>.proj{border-radius:6px}

/* V118 lines 273-273 */
body.home-tuned .home-work-grid>.proj:nth-child(1) .proj-vis{aspect-ratio:16/10}

/* V118 lines 274-274 */
body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .proj-vis{aspect-ratio:16/6.4}

/* V118 lines 275-275 */
body.home-tuned .home-work-grid>.proj:nth-child(1) .proj-body{padding:30px}

/* V118 lines 276-276 */
body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .proj-body{padding:22px 24px}

/* V118 lines 277-277 */
body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .proj-body p{display:none}

/* V118 lines 278-278 */
body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .meta{padding-top:12px}

/* V118 lines 279-279 */
body.home-tuned .home-work-grid .proj:hover{border-color:#B8C1C5;transform:translateY(-2px)}

/* V118 lines 280-280 */
body.home-tuned .home-work-grid .proj{transition:border-color .18s ease,transform .18s ease}

/* V118 lines 282-282 */
body.home-tuned #home-how{background:#15191B;border-top-color:#15191B}

/* V118 lines 283-283 */
body.home-tuned #home-how .sec-head{max-width:880px}

/* V118 lines 284-284 */
body.home-tuned #home-how .steps{gap:14px;background:transparent;border:0;border-radius:0;overflow:visible}

/* V118 lines 285-285 */
body.home-tuned #home-how .steps>div{background:#1B2022;border:1px solid #30383B;border-radius:6px;min-height:260px;padding:40px 34px}

/* V118 lines 286-286 */
body.home-tuned #home-how .steps .num{margin-bottom:52px}

/* V118 lines 288-288 */
body.home-tuned .header{transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}

/* V118 lines 289-289 */
body.home-tuned.home-scrolled .header{background:rgba(255,255,255,.94);border-bottom-color:rgba(200,208,211,.78);box-shadow:0 8px 28px rgba(17,17,17,.045);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}

/* V118 lines 290-290 */
body.home-tuned .hero-grid>div:first-child>*{transition:opacity .38s cubic-bezier(.2,.7,.2,1),transform .38s cubic-bezier(.2,.7,.2,1)}

/* V118 lines 291-291 */
body.home-tuned .hero-grid>div:first-child>*:nth-child(1){transition-delay:.02s}

/* V118 lines 292-292 */
body.home-tuned .hero-grid>div:first-child>*:nth-child(2){transition-delay:.07s}

/* V118 lines 293-293 */
body.home-tuned .hero-grid>div:first-child>*:nth-child(3){transition-delay:.12s}

/* V118 lines 294-294 */
body.home-tuned .hero-grid>div:first-child>*:nth-child(4){transition-delay:.17s}

/* V118 lines 298-298 */
body.home-tuned.home-ux-ready .hero-grid>div:first-child>*{opacity:1;transform:none}

/* V118 lines 301-301 */
body.home-tuned .home-work-grid>.proj{background:rgba(255,255,255,.82);border-color:var(--warm-line)}

/* V118 lines 302-302 */
body.home-tuned .home-work-grid>.proj:focus-visible{outline:2px solid var(--cyan-deep);outline-offset:3px}

/* V118 lines 303-304 */
body.home-tuned .home-work-grid>.proj:hover,
body.home-tuned .home-work-grid>.proj:focus-visible{border-color:#C6BFB6;transform:translateY(-2px)}

/* V118 lines 305-305 */
body.home-tuned .btn:active{transform:translateY(1px)}

/* V118 lines 306-306 */
body.home-tuned .btn:focus-visible{outline:2px solid var(--cyan-deep);outline-offset:3px}

/* V118 lines 307-307 */
body.home-tuned .reveal-ready{transition-delay:var(--reveal-delay,0ms)}

/* V118 lines 309-309 */
@media (prefers-reduced-motion: reduce){
  body.home-tuned .hero-grid>div:first-child>*,
  body.home-tuned .header{transition:none!important}
}

/* V118 lines 310-310 */
@media (prefers-reduced-motion: reduce){
  body.home-tuned:not(.home-ux-ready) .hero-grid>div:first-child>*,
  body.home-tuned:not(.home-ux-ready) .hero-vis{opacity:1;transform:none}
}

/* V118 lines 315-315 */
@media (max-width:1000px){
  body.home-tuned .hero-grid{grid-template-columns:1fr;gap:46px}
}

/* V118 lines 317-317 */
@media (max-width:1000px){
  body.home-tuned #home-work .sec-head{grid-template-columns:1fr;row-gap:12px}
}

/* V118 lines 319-321 */
@media (max-width:1000px){
  body.home-tuned #home-work .sec-head>.num,
  body.home-tuned #home-work .sec-head>.sec-title,
  body.home-tuned #home-work .sec-head>.lead{grid-column:1;grid-row:auto}
}

/* V118 lines 323-323 */
@media (max-width:1000px){
  body.home-tuned #home-work .sec-head>.num{margin:0 0 10px}
}

/* V118 lines 325-325 */
@media (max-width:1000px){
  body.home-tuned .home-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* V118 lines 326-326 */
@media (max-width:1000px){
  body.home-tuned .home-work-grid>.proj:nth-child(1){grid-column:1 / -1;grid-row:auto}
}

/* V118 lines 327-328 */
@media (max-width:1000px){
  body.home-tuned .home-work-grid>.proj:nth-child(2),
  body.home-tuned .home-work-grid>.proj:nth-child(3){grid-column:span 1}
}

/* V118 lines 329-329 */
@media (max-width:1000px){
  body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .proj-vis{aspect-ratio:16/10}
}

/* V118 lines 330-330 */
@media (max-width:1000px){
  body.home-tuned .home-work-grid>.proj:nth-child(n/**/+2) .proj-body p{display:block}
}

/* V118 lines 334-334 */
@media (max-width:700px){
  body.home-tuned .home-work-grid{grid-template-columns:1fr}
}

/* V118 lines 335-337 */
@media (max-width:700px){
  body.home-tuned .home-work-grid>.proj:nth-child(1),
  body.home-tuned .home-work-grid>.proj:nth-child(2),
  body.home-tuned .home-work-grid>.proj:nth-child(3){grid-column:1;grid-row:auto}
}

/* V118 lines 338-338 */
@media (max-width:700px){
  body.home-tuned .home-work-grid>.proj:nth-child(n/**/+1) .proj-vis{aspect-ratio:16/10}
}

/* V118 lines 339-339 */
@media (max-width:700px){
  body.home-tuned #home-how .steps>div{min-height:0}
}

/* V118 lines 342-346 */
body.home-tuned .home-work-grid>.proj,
body.home-tuned .home-work-grid>.proj:hover,
body.home-tuned .home-work-grid>.proj:focus-visible{transform:none;}

/* V118 lines 347-351 */
body.home-tuned .home-work-grid>.proj .proj-vis img{transform:scale(1.001);
  transition:transform .34s cubic-bezier(.2,.7,.2,1);
  will-change:transform;}

/* V118 lines 352-355 */
body.home-tuned .home-work-grid>.proj:hover .proj-vis img,
body.home-tuned .home-work-grid>.proj:focus-visible .proj-vis img{transform:scale(1.018);}

/* V118 lines 374-374 */
@media (prefers-reduced-motion: reduce){
  body.home-tuned .home-work-grid>.proj .proj-vis img{transition:none!important}
}

/* V118 lines 734-738 */
body.home-tuned .header{position:fixed;
  top:0;left:0;right:0;
  width:100%;}

/* V118 lines 739-745 */
body.home-tuned:not(.site-scrolled) .header{background:linear-gradient(180deg,rgba(7,11,13,.48) 0%,rgba(7,11,13,.14) 72%,rgba(7,11,13,0) 100%);
  border-bottom-color:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;}

/* V118 lines 746-747 */
body.home-tuned:not(.site-scrolled) .brand,
body.home-tuned:not(.site-scrolled) .nav a{color:#fff}

/* V118 lines 748-748 */
body.home-tuned:not(.site-scrolled) .brand em{color:rgba(255,255,255,.70)}

/* V118 lines 749-749 */
body.home-tuned:not(.site-scrolled) .nav a:hover{color:#fff;background:rgba(255,255,255,.09)}

/* V118 lines 750-750 */
body.home-tuned:not(.site-scrolled) .nav a.active{color:#fff}

/* V118 lines 751-755 */
body.home-tuned:not(.site-scrolled) .nav .cta{color:#fff;
  background:rgba(8,12,14,.34);
  border:1px solid rgba(255,255,255,.56);}

/* V118 lines 756-756 */
body.home-tuned:not(.site-scrolled) .nav .cta:hover{background:rgba(255,255,255,.10)}

/* V118 lines 757-757 */
body.home-tuned:not(.site-scrolled) .menu-btn{color:#fff;border-color:rgba(255,255,255,.48);background:rgba(8,12,14,.16)}

/* V118 lines 759-766 */
body.home-tuned .home-image-hero{position:relative;
  min-height:680px;
  background:#0C1113;
  overflow:hidden;
  color:#fff;
  border:0;}

/* V118 lines 767-774 */
body.home-tuned .home-image-hero__media{position:absolute;
  inset:0;
  background-image:var(--home-hero-bg);
  background-size:cover;
  background-position:center center;
  transform:scale(1.002);}

/* V118 lines 775-784 */
body.home-tuned .home-image-hero:before{content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(6,10,12,.91) 0%,rgba(6,10,12,.76) 28%,rgba(6,10,12,.36) 48%,rgba(6,10,12,.10) 70%,rgba(6,10,12,.12) 100%),
    linear-gradient(180deg,rgba(6,10,12,.16),rgba(6,10,12,.12) 62%,rgba(6,10,12,.34));
  pointer-events:none;}

/* V118 lines 785-791 */
body.home-tuned .home-image-hero__inner{position:relative;
  z-index:2;
  min-height:680px;
  display:flex;
  align-items:center;}

/* V118 lines 792-795 */
body.home-tuned .home-hero-copy{width:min(570px,52vw);
  padding:118px 0 86px;}

/* V118 lines 796-802 */
body.home-tuned .home-image-hero h1.hero{color:#fff;
  font-size:clamp(44px,5.45vw,72px);
  line-height:1.20;
  letter-spacing:-.035em;
  text-shadow:0 2px 22px rgba(0,0,0,.14);}

/* V118 lines 803-810 */
body.home-tuned .home-image-hero .lead{max-width:540px;
  margin-top:28px;
  color:rgba(255,255,255,.84);
  font-size:16px;
  line-height:2;
  text-shadow:0 1px 14px rgba(0,0,0,.18);}

/* V118 lines 811-811 */
body.home-tuned .home-image-hero .btns{margin-top:34px}

/* V118 lines 812-819 */
body.home-tuned .home-image-hero .btn{min-width:148px;
  justify-content:center;
  border:1px solid rgba(255,255,255,.74);
  background:rgba(6,10,12,.72);
  color:#fff;
  box-shadow:none;}

/* V118 lines 820-820 */
body.home-tuned .home-image-hero .btn--ghost{background:rgba(255,255,255,.045)}

/* V118 lines 821-821 */
body.home-tuned .home-image-hero .btn:hover{background:#fff;color:#111;border-color:#fff}

/* V118 lines 822-832 */
body.home-tuned .home-scroll-cue{display:flex;
  flex-direction:column;
  gap:9px;
  margin-top:52px;
  width:50px;
  font-family:var(--mono);
  font-size:9px;
  letter-spacing:.12em;
  color:rgba(255,255,255,.76);}

/* V118 lines 833-839 */
body.home-tuned .home-scroll-cue i{display:block;
  width:1px;
  height:34px;
  margin-left:3px;
  background:rgba(255,255,255,.72);}

/* V118 lines 841-843 */
body.home-tuned .home-value-bar .strip span:not(.home-value-icon){color:#70777A;}

/* V118 lines 846-847 */
@media (max-width:1000px){
  body.home-tuned .home-image-hero,
  body.home-tuned .home-image-hero__inner{min-height:640px}
}

/* V118 lines 848-848 */
@media (max-width:1000px){
  body.home-tuned .home-image-hero__media{background-position:58% center}
}

/* V118 lines 849-851 */
@media (max-width:1000px){
  body.home-tuned .home-image-hero:before{background:linear-gradient(90deg,rgba(6,10,12,.90) 0%,rgba(6,10,12,.70) 42%,rgba(6,10,12,.20) 78%,rgba(6,10,12,.15) 100%);}
}

/* V118 lines 852-852 */
@media (max-width:1000px){
  body.home-tuned .home-hero-copy{width:min(600px,72vw);padding-top:112px}
}

/* V118 lines 856-857 */
@media (max-width:700px){
  body.home-tuned .home-image-hero,
  body.home-tuned .home-image-hero__inner{min-height:650px}
}

/* V118 lines 858-858 */
@media (max-width:700px){
  body.home-tuned .home-image-hero__media{background-position:63% center}
}

/* V118 lines 859-863 */
@media (max-width:700px){
  body.home-tuned .home-image-hero:before{background:
        linear-gradient(180deg,rgba(6,10,12,.42) 0%,rgba(6,10,12,.50) 42%,rgba(6,10,12,.78) 100%),
        linear-gradient(90deg,rgba(6,10,12,.68),rgba(6,10,12,.18));}
}

/* V118 lines 864-864 */
@media (max-width:700px){
  body.home-tuned .home-hero-copy{width:100%;padding:126px 0 60px;align-self:flex-end}
}

/* V118 lines 865-865 */
@media (max-width:700px){
  body.home-tuned .home-image-hero h1.hero{font-size:clamp(38px,12vw,54px)}
}

/* V118 lines 866-866 */
@media (max-width:700px){
  body.home-tuned .home-image-hero .lead{font-size:14px;line-height:1.85}
}

/* V118 lines 867-867 */
@media (max-width:700px){
  body.home-tuned .home-scroll-cue{display:none}
}

/* V118 lines 1089-1089 */
body.home-tuned:not(.site-scrolled) .brand-logo{filter:brightness(0) invert(1)}

/* V118 lines 1130-1130 */
.home-news{padding:72px 0;background:var(--warm);border-top:1px solid var(--warm-line);border-bottom:1px solid var(--warm-line)}

/* V118 lines 1131-1133 */
.home-news-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:26px}

/* V118 lines 1134-1134 */
.home-news-head h2{font-size:clamp(25px,3vw,40px);line-height:1.32;letter-spacing:-.035em}

/* V118 lines 1135-1135 */
.home-news .news-list{margin-top:0}

/* V118 lines 1136-1136 */
.home-news .news-row{grid-template-columns:126px 112px minmax(0,1fr) auto}

/* V118 lines 1139-1142 */
@media (max-width:820px){
  .home-news .news-row{grid-template-columns:100px minmax(0,1fr) auto;
      gap:12px 16px}
}

/* V118 lines 1148-1148 */
@media (max-width:620px){
  .home-news .news-row{grid-template-columns:1fr auto}
}

/* V118 lines 1153-1153 */
@media (max-width:620px){
  .home-news-head{grid-template-columns:1fr;align-items:start}
}

/* V118 lines 1271-1274 */
body.home-tuned:not(.site-scrolled) .nav .nav-menu{background:var(--white);
  border-color:var(--line);}

/* V118 lines 1275-1278 */
body.home-tuned:not(.site-scrolled) .nav .nav-menu a{color:var(--muted);
  background:transparent;}

/* V118 lines 1279-1283 */
body.home-tuned:not(.site-scrolled) .nav .nav-menu a:hover,
body.home-tuned:not(.site-scrolled) .nav .nav-menu a:focus-visible{color:var(--ink);
  background:var(--cream);}

/* V118 lines 1284-1286 */
body.home-tuned:not(.site-scrolled) .nav .nav-menu a.active{color:var(--ink);}

/* V118 lines 1288-1290 */
body.home-tuned .home-category-block{display:flex;flex-direction:column;align-items:flex-start;gap:11px;margin-bottom:31px}

/* V118 lines 1291-1294 */
body.home-tuned .home-category-en{display:block;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.22em;
  color:#6ed9ee;text-transform:uppercase}

/* V118 lines 1295-1298 */
body.home-tuned .home-category-ja{display:block;font-size:13px;font-weight:400;line-height:1.6;letter-spacing:.08em;
  color:rgba(255,255,255,.70)}

/* V118 lines 1301-1301 */
@media (max-width:620px){
  body.home-tuned .home-category-block{gap:8px;margin-bottom:23px}
}

/* V118 lines 1302-1302 */
@media (max-width:620px){
  body.home-tuned .home-category-en{font-size:9.5px}
}

/* V118 lines 1303-1303 */
@media (max-width:620px){
  body.home-tuned .home-category-ja{font-size:11px;letter-spacing:.04em}
}

/* V118 lines 1307-1313 */
body.home-tuned .home-innovation-band{position:relative;
  background:#0B0D0E;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid #252B2E;}

/* V118 lines 1314-1314 */
body.home-tuned .home-innovation-band .wrap{padding-top:12px;padding-bottom:13px}

/* V118 lines 1315-1319 */
body.home-tuned .home-innovation-intro{display:block;
  margin-bottom:9px;
  text-align:center;}

/* V118 lines 1321-1328 */
body.home-tuned .home-innovation-intro h2{margin:0;
  font-size:12px;
  line-height:1.45;
  letter-spacing:.008em;
  font-weight:600;
  color:rgba(255,255,255,.92);}

/* V118 lines 1330-1334 */
body.home-tuned .home-innovation-axes{display:grid;
  grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);
  align-items:stretch;}

/* V118 lines 1335-1345 */
body.home-tuned .home-innovation-axis{min-height:50px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:7px 15px 8px;
  border:1px solid rgba(108,221,245,.42);
  background:rgba(255,255,255,.018);
  border-radius:4px;
  box-shadow:inset 0 0 0 1px rgba(108,221,245,.025);}

/* V118 lines 1346-1355 */
body.home-tuned .home-innovation-axis-en{display:block;
  font-family:var(--mono);
  font-size:9px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.16em;
  color:#fff;
  margin-bottom:4px;}

/* V118 lines 1356-1364 */
body.home-tuned .home-innovation-axis strong{display:block;
  font-size:12px;
  font-weight:650;
  line-height:1.35;
  letter-spacing:.005em;
  color:rgba(255,255,255,.82);
  text-align:center;}

/* V118 lines 1365-1373 */
body.home-tuned .home-innovation-cross{display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--mono);
  font-size:13px;
  font-weight:500;
  color:rgba(255,255,255,.78);}

/* V118 lines 1374-1374 */
body.home-tuned .home-range-lead strong{color:#fff;font-weight:600}

/* V118 lines 1376-1376 */
@media (max-width:900px){
  body.home-tuned .home-innovation-intro{text-align:left}
}

/* V118 lines 1377-1377 */
@media (max-width:900px){
  body.home-tuned .home-innovation-intro h2{font-size:11px}
}

/* V118 lines 1380-1380 */
@media (max-width:620px){
  body.home-tuned .home-innovation-band .wrap{padding-top:12px;padding-bottom:12px}
}

/* V118 lines 1381-1381 */
@media (max-width:620px){
  body.home-tuned .home-innovation-intro{margin-bottom:10px;text-align:left}
}

/* V118 lines 1382-1382 */
@media (max-width:620px){
  body.home-tuned .home-innovation-intro h2{font-size:11px}
}

/* V118 lines 1383-1383 */
@media (max-width:620px){
  body.home-tuned .home-innovation-axes{grid-template-columns:1fr}
}

/* V118 lines 1384-1384 */
@media (max-width:620px){
  body.home-tuned .home-innovation-axis{min-height:48px;padding:8px 12px}
}

/* V118 lines 1385-1385 */
@media (max-width:620px){
  body.home-tuned .home-innovation-cross{display:none}
}

/* V118 lines 1386-1386 */
@media (max-width:620px){
  body.home-tuned .home-innovation-axis:not(:last-child){margin-bottom:7px}
}

/* V118 lines 1449-1452 */
body.home-tuned .home-innovation-identity{color:var(--cyan);
  font-weight:700;}

/* V118 lines 1453-1455 */
body.home-tuned .home-innovation-axis{container-type:inline-size;}

/* V118 lines 1458-1465 */
@media (min-width:700px){
  @container (min-width:230px){
    body.home-tuned .home-innovation-axis{display:grid;
          grid-template-columns:auto minmax(0,1fr);
          align-items:center;
          column-gap:16px;
          padding-top:8px;
          padding-bottom:8px;}
  }
}

/* V118 lines 1466-1469 */
@media (min-width:700px){
  @container (min-width:230px){
    body.home-tuned .home-innovation-axis-en{margin:0;
          white-space:nowrap;}
  }
}

/* V118 lines 1470-1473 */
@media (min-width:700px){
  @container (min-width:230px){
    body.home-tuned .home-innovation-axis strong{text-align:center;
          white-space:nowrap;}
  }
}

/* V118 lines 1477-1479 */
@media (max-width:699px){
  body.home-tuned .home-innovation-axis strong{text-align:center;}
}

/* V118 lines 1482-1488 */
body.home-tuned .home-range-lead{max-width:680px;
  font-size:clamp(15px,1.55vw,20px);
  line-height:1.7;
  letter-spacing:.01em;
  color:rgba(255,255,255,.88);}

/* V118 lines 1489-1494 */
body.home-tuned .home-start{background:#15191B;
  border-top:0;
  border-bottom:1px solid #2D3538;
  padding:96px 0 100px;}

/* V118 lines 1495-1500 */
body.home-tuned .home-start-grid{display:grid;
  grid-template-columns:minmax(150px,.30fr) minmax(0,1fr);
  gap:68px;
  align-items:start;}

/* V118 lines 1501-1501 */
body.home-tuned .home-start-kicker .num{color:var(--cyan);margin-top:9px}

/* V118 lines 1502-1502 */
body.home-tuned .home-start-copy{max-width:880px}

/* V118 lines 1503-1503 */
body.home-tuned .home-start-copy .sec-title{color:#fff;max-width:780px;margin-bottom:22px}

/* V118 lines 1504-1504 */
body.home-tuned .home-start-copy .lead{color:#B4B8B5;max-width:780px}

/* V118 lines 1505-1505 */
body.home-tuned .home-start-link{display:inline-flex;margin-top:28px;color:#fff;border-bottom-color:rgba(255,255,255,.32)}

/* V118 lines 1507-1511 */
body.home-tuned .home-possibility{background:#F7F9F9;
  border-top-color:#E4EAEC;
  border-bottom:1px solid #E4EAEC;}

/* V118 lines 1512-1519 */
body.home-tuned .home-possibility-head{max-width:none;
  display:grid;
  grid-template-columns:minmax(150px,.30fr) minmax(0,1fr);
  column-gap:68px;
  row-gap:12px;
  align-items:start;}

/* V118 lines 1520-1520 */
body.home-tuned .home-possibility-head>.num{grid-column:1;grid-row:1 / span 2;margin:8px 0 0;color:var(--cyan-deep)}

/* V118 lines 1521-1521 */
body.home-tuned .home-possibility-head>.sec-title{grid-column:2;grid-row:1;max-width:820px;margin-bottom:0}

/* V118 lines 1522-1522 */
body.home-tuned .home-possibility-head>.lead{grid-column:2;grid-row:2;max-width:760px}

/* V118 lines 1523-1529 */
body.home-tuned .home-possibility-grid{display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:50px;
  border-top:1px solid var(--line-strong);
  border-bottom:1px solid var(--line-strong);}

/* V118 lines 1530-1535 */
body.home-tuned .home-possibility-card{position:relative;
  padding:34px 34px 38px;
  min-height:300px;
  border-right:1px solid var(--line-strong);}

/* V118 lines 1536-1536 */
body.home-tuned .home-possibility-card:first-child{padding-left:0}

/* V118 lines 1537-1537 */
body.home-tuned .home-possibility-card:last-child{border-right:0;padding-right:0}

/* V118 lines 1539-1539 */
body.home-tuned .home-possibility-card .num{display:block;margin-bottom:14px;color:var(--cyan-deep)}

/* V118 lines 1540-1540 */
body.home-tuned .home-possibility-card h3{font-size:clamp(24px,2.5vw,36px);letter-spacing:-.035em;line-height:1.3;margin-bottom:16px}

/* V118 lines 1541-1541 */
body.home-tuned .home-possibility-card strong{display:block;font-size:16px;line-height:1.6;margin-bottom:8px}

/* V118 lines 1542-1542 */
body.home-tuned .home-possibility-card p{font-size:13.5px;line-height:1.85;color:var(--muted);max-width:330px}

/* V118 lines 1545-1546 */
@media (max-width:1000px){
  body.home-tuned .home-start-grid,
  body.home-tuned .home-possibility-head{grid-template-columns:1fr;gap:14px}
}

/* V118 lines 1547-1548 */
@media (max-width:1000px){
  body.home-tuned .home-start-kicker .num,
  body.home-tuned .home-possibility-head>.num{grid-column:1;grid-row:auto;margin:0 0 10px}
}

/* V118 lines 1550-1551 */
@media (max-width:1000px){
  body.home-tuned .home-possibility-head>.sec-title,
  body.home-tuned .home-possibility-head>.lead{grid-column:1;grid-row:auto}
}

/* V118 lines 1555-1555 */
@media (max-width:760px){
  body.home-tuned .home-start{padding:72px 0 76px}
}

/* V118 lines 1556-1556 */
@media (max-width:760px){
  body.home-tuned .home-possibility-grid{grid-template-columns:1fr}
}

/* V118 lines 1557-1564 */
@media (max-width:760px){
  body.home-tuned .home-possibility-card,
  body.home-tuned .home-possibility-card:first-child,
  body.home-tuned .home-possibility-card:last-child{min-height:0;
      padding:28px 0 30px;
      border-right:0;
      border-bottom:1px solid var(--line-strong);}
}

/* V118 lines 1565-1565 */
@media (max-width:760px){
  body.home-tuned .home-possibility-card:last-child{border-bottom:0}
}

/* V118 lines 1605-1611 */
.home-start-actions{display:flex;
  align-items:flex-end;
  gap:32px;
  flex-wrap:wrap;
  margin-top:24px;}

/* V118 lines 1612-1612 */
.home-start-actions .home-start-link{margin-top:0}

/* V118 lines 1631-1631 */
@media (max-width:700px){
  .home-start-actions{gap:20px;align-items:flex-start;flex-direction:column}
}

/* V118 lines 1634-1642 */
body.home-tuned .home-start-actions--split{width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex-wrap:nowrap;
  margin-top:24px;}

/* V118 lines 1643-1646 */
body.home-tuned .home-start-actions--split .home-start-link{margin-top:0;
  flex:0 0 auto;}

/* V118 lines 1647-1664 */
body.home-tuned .home-project-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.62);
  border-radius:6px;
  color:#fff;
  background:transparent;
  font-size:13px;
  line-height:1;
  font-weight:650;
  letter-spacing:.03em;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .18s, background-color .18s;}

/* V118 lines 1665-1668 */
body.home-tuned .home-project-btn:hover{border-color:var(--cyan);
  background:rgba(102,211,232,.06);}

/* V118 lines 1670-1674 */
@media (max-width:760px){
  body.home-tuned .home-start-actions--split{align-items:flex-start;
      flex-direction:column;
      gap:18px;}
}

/* V118 lines 1675-1675 */
@media (max-width:760px){
  body.home-tuned .home-project-btn{min-height:40px}
}

/* V118 lines 1678-1678 */
body.home-tuned #home-how.home-how-v3{background:#15191B;border-top-color:#15191B}

/* V118 lines 1679-1679 */
body.home-tuned .home-how-v3-head{display:grid;grid-template-columns:minmax(140px,.42fr) minmax(0,1.58fr);column-gap:42px;row-gap:14px;max-width:none;margin-bottom:50px}

/* V118 lines 1680-1680 */
body.home-tuned .home-how-v3-head>.num{grid-column:1;grid-row:1 / span 3;margin:8px 0 0;color:var(--cyan)}

/* V118 lines 1681-1681 */
body.home-tuned .home-how-v3-head>.sec-title{grid-column:2;grid-row:1;max-width:900px;margin:0;color:#fff}

/* V118 lines 1682-1682 */
body.home-tuned .home-how-v3-sub{grid-column:2;grid-row:2;margin:4px 0 0;font-size:15px;line-height:1.65;font-weight:650;letter-spacing:.035em;color:var(--cyan)}

/* V118 lines 1683-1683 */
body.home-tuned .home-how-v3-head>.lead{grid-column:2;grid-row:3;max-width:900px;margin:2px 0 0;color:#B8BFBC}

/* V118 lines 1684-1684 */
body.home-tuned .how-process{position:relative;border:1px solid #354044;border-radius:9px;padding:28px 26px 25px;background:#101416;box-shadow:0 28px 60px rgba(0,0,0,.18);overflow:hidden}

/* V118 lines 1685-1685 */
body.home-tuned .how-process__label{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;font-family:var(--mono);font-size:9.5px;letter-spacing:.16em;color:#8F9996}

/* V118 lines 1686-1686 */
body.home-tuned .how-process__label span:last-child{color:var(--cyan)}

/* V118 lines 1687-1687 */
body.home-tuned .how-process__flow{display:grid;grid-template-columns:minmax(150px,.82fr) 42px minmax(185px,1.08fr) 42px minmax(195px,1.12fr) 42px minmax(170px,.95fr);align-items:stretch;gap:0}

/* V118 lines 1688-1688 */
body.home-tuned .how-process__node{border:1px solid #3B464A;background:#1A2022;border-radius:7px;padding:23px 20px 24px;min-height:154px;display:flex;flex-direction:column;justify-content:flex-start}

/* V118 lines 1689-1689 */
body.home-tuned .how-process__node--assemble{border-color:rgba(108,221,245,.48);background:#172124}

/* V118 lines 1690-1690 */
body.home-tuned .how-process__node--real{border-color:rgba(108,221,245,.68);background:#15272C}

/* V118 lines 1691-1691 */
body.home-tuned .how-process__step{font-family:var(--mono);font-size:9.5px;letter-spacing:.15em;color:#8F9996;margin-bottom:22px}

/* V118 lines 1692-1692 */
body.home-tuned .how-process__node--assemble .how-process__step,
body.home-tuned .how-process__node--real .how-process__step{color:var(--cyan)}

/* V118 lines 1693-1693 */
body.home-tuned .how-process__node strong{display:block;font-size:15.5px;line-height:1.58;color:#fff;margin-bottom:9px}

/* V118 lines 1694-1694 */
body.home-tuned .how-process__node small{display:block;font-size:11.5px;line-height:1.72;color:#9EA8A5}

/* V118 lines 1695-1695 */
body.home-tuned .how-process__arrow{display:grid;place-items:center;color:var(--cyan);font-size:18px;opacity:.9}

/* V118 lines 1697-1697 */
body.home-tuned .how-process__responsibility{margin-top:24px;padding:15px 2px 0;border-top:2px solid rgba(108,221,245,.82);display:grid;grid-template-columns:220px 1fr;align-items:start;gap:20px}

/* V118 lines 1698-1698 */
body.home-tuned .how-process__responsibility span{font-family:var(--mono);font-size:10px;line-height:1.6;letter-spacing:.17em;color:var(--cyan)}

/* V118 lines 1699-1699 */
body.home-tuned .how-process__responsibility strong{font-size:14.5px;line-height:1.7;color:#fff;font-weight:650}

/* V118 lines 1701-1701 */
@media (max-width:980px){
  body.home-tuned .home-how-v3-head{grid-template-columns:1fr;gap:12px;margin-bottom:38px}
}

/* V118 lines 1702-1702 */
@media (max-width:980px){
  body.home-tuned .home-how-v3-head>.num,
  body.home-tuned .home-how-v3-head>.sec-title,
  body.home-tuned .home-how-v3-sub,
  body.home-tuned .home-how-v3-head>.lead{grid-column:1;grid-row:auto}
}

/* V118 lines 1703-1703 */
@media (max-width:980px){
  body.home-tuned .home-how-v3-head>.num{margin:0 0 3px}
}

/* V118 lines 1704-1704 */
@media (max-width:980px){
  body.home-tuned .how-process__flow{display:flex;flex-direction:column;gap:8px}
}

/* V118 lines 1705-1705 */
@media (max-width:980px){
  body.home-tuned .how-process__arrow{display:block;text-align:center;transform:rotate(90deg);line-height:18px;height:18px}
}

/* V118 lines 1706-1706 */
@media (max-width:980px){
  body.home-tuned .how-process__node{min-height:0;padding:20px 18px}
}

/* V118 lines 1707-1707 */
@media (max-width:980px){
  body.home-tuned .how-process__step{margin-bottom:16px}
}

/* V118 lines 1708-1708 */
@media (max-width:980px){
  body.home-tuned .how-process__responsibility{grid-template-columns:1fr;gap:6px}
}

/* V118 lines 1711-1711 */
@media (max-width:620px){
  body.home-tuned .how-process{padding:18px 14px 17px}
}

/* V118 lines 1712-1712 */
@media (max-width:620px){
  body.home-tuned .how-process__label{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:14px}
}

/* V118 lines 1713-1713 */
@media (max-width:620px){
  body.home-tuned .how-process__responsibility{margin-top:18px;padding-top:12px}
}

/* V118 lines 1716-1718 */
body.home-tuned .how-process__flow{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr);}

/* V118 lines 1719-1726 */
body.home-tuned .how-process__node,
body.home-tuned .how-process__node--theme,
body.home-tuned .how-process__node--frame,
body.home-tuned .how-process__node--assemble,
body.home-tuned .how-process__node--real{border-color:rgba(108,221,245,.56);
  background:#172124;}

/* V118 lines 1727-1731 */
body.home-tuned .how-process__step,
body.home-tuned .how-process__node--assemble .how-process__step,
body.home-tuned .how-process__node--real .how-process__step{color:#9CA6A3;}

/* V118 lines 1732-1742 */
body.home-tuned .how-process__responsibility{margin-top:24px;
  padding:16px 18px;
  border:1px solid rgba(108,221,245,.72);
  border-radius:7px;
  background:#172124;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  align-items:center;
  gap:20px;}

/* V118 lines 1743-1743 */
body.home-tuned .how-process__responsibility span{color:var(--cyan)}

/* V118 lines 1745-1745 */
@media (max-width:980px){
  body.home-tuned .how-process__flow{display:flex;flex-direction:column;gap:8px}
}

/* V118 lines 1746-1751 */
@media (max-width:980px){
  body.home-tuned .how-process__responsibility{margin-top:16px;
      padding:16px 17px;
      grid-template-columns:1fr;
      gap:7px;}
}

/* V118 lines 1754-1754 */
@media (max-width:620px){
  body.home-tuned .how-process__responsibility{margin-top:14px;padding:15px 16px}
}

/* V118 lines 1757-1757 */
body.home-tuned .how-process__responsibility-wrap{display:block}

/* V118 lines 1759-1765 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__responsibility-wrap{margin-top:8px;
      border:1px solid rgba(108,221,245,.72);
      border-radius:10px;
      background:#101416;
      padding:14px;}
}

/* V118 lines 1766-1770 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__flow{display:flex;
      flex-direction:column;
      gap:10px;}
}

/* V118 lines 1771-1778 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__arrow{display:block;
      text-align:center;
      transform:rotate(90deg);
      line-height:18px;
      height:18px;
      color:var(--cyan);}
}

/* V118 lines 1779-1789 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__node,
  body.home-tuned .how-process__node--theme,
  body.home-tuned .how-process__node--frame,
  body.home-tuned .how-process__node--assemble,
  body.home-tuned .how-process__node--real{min-height:0;
      padding:20px 18px;
      border:1px solid rgba(108,221,245,.56);
      background:#172124;
      box-shadow:none;}
}

/* V118 lines 1790-1795 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__step,
  body.home-tuned .how-process__node--assemble .how-process__step,
  body.home-tuned .how-process__node--real .how-process__step{margin-bottom:16px;
      color:#9CA6A3;}
}

/* V118 lines 1796-1796 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__node strong{color:#fff}
}

/* V118 lines 1797-1797 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__node small{color:#9EA8A5}
}

/* V118 lines 1798-1808 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__responsibility{margin-top:14px;
      padding:14px 2px 2px;
      border:none;
      border-top:1px solid rgba(108,221,245,.72);
      border-radius:0;
      background:transparent;
      display:grid;
      grid-template-columns:1fr;
      gap:8px;}
}

/* V118 lines 1809-1809 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__responsibility span{color:var(--cyan)}
}

/* V118 lines 1810-1810 */
@media (orientation: portrait) and (max-width: 1024px){
  body.home-tuned .how-process__responsibility strong{font-size:14px;line-height:1.7;color:#fff}
}

/* V118 lines 1813-1813 */
@media (orientation: portrait) and (max-width: 620px){
  body.home-tuned .how-process__responsibility-wrap{padding:12px}
}

/* V118 lines 1814-1818 */
@media (orientation: portrait) and (max-width: 620px){
  body.home-tuned .how-process__node,
  body.home-tuned .how-process__node--theme,
  body.home-tuned .how-process__node--frame,
  body.home-tuned .how-process__node--assemble,
  body.home-tuned .how-process__node--real{padding:17px 16px}
}

/* V118 lines 1821-1824 */
body.home-tuned .home-possibility-head{grid-template-columns:minmax(150px,.30fr) minmax(0,1fr);
  row-gap:10px;}

/* V118 lines 1825-1828 */
body.home-tuned .home-possibility-head>.num{grid-column:1;
  grid-row:1 / span 3;}

/* V118 lines 1829-1832 */
body.home-tuned .home-possibility-head>.sec-title{grid-column:2;
  grid-row:1;}

/* V118 lines 1833-1842 */
body.home-tuned .home-possibility-sub{grid-column:2;
  grid-row:2;
  margin:2px 0 0;
  font-size:15px;
  line-height:1.65;
  font-weight:650;
  letter-spacing:.035em;
  color:var(--cyan-deep);}

/* V118 lines 1843-1848 */
body.home-tuned .home-possibility-head>.lead{grid-column:2;
  grid-row:3;
  max-width:860px;
  margin-top:2px;}

/* V118 lines 1849-1851 */
body.home-tuned .home-possibility-grid--axes{margin-top:50px;}

/* V118 lines 1852-1855 */
body.home-tuned .home-possibility-card--axis{min-height:260px;
  padding-top:34px;}

/* V118 lines 1856-1859 */
body.home-tuned .home-possibility-card--axis .num{margin-bottom:24px;
  letter-spacing:.16em;}

/* V118 lines 1860-1863 */
body.home-tuned .home-possibility-card--axis h3{max-width:320px;
  margin-bottom:18px;}

/* V118 lines 1864-1868 */
body.home-tuned .home-possibility-card--axis p{max-width:350px;
  font-size:13.5px;
  line-height:1.9;}

/* V118 lines 1870-1874 */
@media (max-width:1000px){
  body.home-tuned .home-possibility-head{grid-template-columns:1fr;
      column-gap:0;
      width:100%;}
}

/* V118 lines 1875-1882 */
@media (max-width:1000px){
  body.home-tuned .home-possibility-head>.num,
  body.home-tuned .home-possibility-head>.sec-title,
  body.home-tuned .home-possibility-sub,
  body.home-tuned .home-possibility-head>.lead{grid-column:1;
      grid-row:auto;
      max-width:none;}
}

/* V118 lines 1883-1883 */
@media (max-width:1000px){
  body.home-tuned .home-possibility-head>.num{margin:0 0 10px}
}

/* V118 lines 1886-1888 */
@media (max-width:760px){
  body.home-tuned .home-possibility-card--axis{min-height:0;}
}

/* V118 lines 1898-1898 */
.big--sm{font-family:var(--mono);font-weight:700;font-size:44px;line-height:1;letter-spacing:-.04em}

/* V118 lines 1909-1909 */
@media (max-width:1000px){
  .big--sm{font-size:36px}
}

/* V118 lines 2835-2837 */
body.home-tuned .home-innovation-axes{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);}

/* V118 lines 2933-2934 */
@media (max-width:620px){
  body.home-tuned .home-innovation-axes{grid-template-columns:1fr 1fr;gap:7px}
}

/* V118 lines 2935-2936 */
@media (max-width:620px){
  body.home-tuned .home-innovation-cross{display:none}
}

/* V118 lines 2937-2938 */
@media (max-width:620px){
  body.home-tuned .home-innovation-axis:not(:last-child){margin-bottom:0}
}
