@media (max-width: 1023px) and (min-width: 769px) {
    .tf-hero-enabled .hero-corporate { padding-top:calc(var(--header-h) + 24px); }
    .tf-hero-enabled .hero-main {
        grid-template-columns:1fr;
        gap:24px;
    }
    .tf-hero-enabled .hero-corporate-copy { max-width:680px; }
    .tf-hero-enabled .hero-corporate-visual { min-width:0; }
    .hero-premium-chips { max-width:620px; }
    .tf-flow-board { min-height:440px; height:440px; aspect-ratio:auto; }
    .tf-five-scenes { inset:0 0 52px; display:block; }
    .tf-five-scene { position:absolute; inset:0; display:none; opacity:0; }
    .tf-five-scene.is-active { display:block; opacity:1; }
    .tf-five-scene + .tf-five-scene::before { display:none; }
    .tf-five-scene__head { min-height:72px; padding:14px 1.4rem 8px; }
    .tf-five-scene__head h3 { font-size:1.25rem; }
    .tf-five-scene__head p { font-size:.82rem; }
    .tf-five-scene__visual { inset:72px 10% 0; }
    .tf-five-family { left:24%; width:52%; }
    .tf-five-scene__visual--choice { padding:0 10% 66px; }
    .tf-ticket-kiosk-product { left:20%; width:34%; height:72%; }
    .tf-ticket-print-layer { width:88px; }
    .tf-five-customer--receive { right:20%; width:25%; }
    .tf-five-customer--scan { left:18%; width:31%; }
    .tf-five-validator { right:20%; width:32%; }
    .tf-five-gate { left:20%; right:20%; }
    .tf-five-customer--enter { right:38%; width:27%; }
    .tf-flow-path { display:none; }
    .tf-network-flow { grid-template-columns:1fr; gap:0; }
    .tf-net-card { min-height:120px; grid-template-columns:130px 1fr; }
    .tf-net-card img { height:90px; }
    .tf-net-connector { width:2px; height:30px; margin:0 auto; }
    .tf-net-connector::before { inset:0; width:2px; height:100%; }
    .tf-net-connector i { left:-2px; top:0; }
    .tf-net-connector.is-active i { animation:tf-packet-v 1.7s linear infinite; }
    .tf-network-summary { display:grid; grid-template-columns:repeat(2,1fr); gap:.75rem; }
}

@keyframes tf-packet-v { from{top:0} to{top:85%} }
