/* START_SECTION:launch-home (INDEX:28) */
.th-home__current{background:var(--dark);color:var(--dark-text);border-top:1px solid rgba(255,255,255,.16)}
.th-home__current-inner{max-width:1440px;margin:0 auto;padding:36px clamp(24px,5vw,72px);display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(28px,5vw,72px);align-items:center}
#th-home .th-home__current-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;padding:0;filter:none}
#th-home .th-home__current h2{margin-top:12px;color:var(--dark-text);font-size:clamp(25px,2.8vw,38px);line-height:1.08;letter-spacing:-.025em;text-transform:uppercase}
#th-home .th-home__current-note{max-width:540px;margin-top:16px;color:var(--dark-muted);font-size:var(--f-17);line-height:1.5}
.th-home__current-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-top:10px}
.th-home__current-link:hover{color:var(--data-pink)!important}
.th-home__current-link:focus-visible{outline:2px solid var(--data-pink);outline-offset:5px}
@media(max-width:599px){.th-home__current-inner{grid-template-columns:1fr;padding:28px 20px;gap:24px}#th-home .th-home__current h2{font-size:28px}}
/* END_SECTION:launch-home */
