.route-skeleton{display:grid;gap:28px;min-height:60vh;padding-block:34px 80px}.route-skeleton-masthead{display:grid;gap:12px}.route-skeleton-masthead span:first-child{width:92px;height:11px}.route-skeleton-masthead span:nth-child(2){width:min(62%,560px);height:clamp(34px,4vw,56px)}.route-skeleton-masthead span:nth-child(3){width:min(46%,420px);height:14px}.route-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.route-skeleton-grid span{aspect-ratio:3/2}.route-skeleton span{display:block;border-radius:2px;background:var(--paper-deep)}@media (prefers-reduced-motion:no-preference){.route-skeleton span{animation:route-skeleton-pulse 1.4s ease-in-out infinite}@keyframes route-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}}.route-skeleton-article{display:block;padding:0}.route-skeleton-hero{position:relative;height:min(70vh,760px);min-height:520px;background:var(--paper-deep)}.route-skeleton-hero-copy{position:absolute;right:0;bottom:46px;left:0;display:grid;gap:14px}.route-skeleton-hero-copy span{background:var(--paper-bright);opacity:.7}.route-skeleton-hero-copy span:first-child{width:110px;height:11px}.route-skeleton-hero-copy span:nth-child(2){width:min(78%,780px);height:clamp(44px,5.6vw,84px)}.route-skeleton-hero-copy span:nth-child(3){width:min(56%,560px);height:clamp(44px,5.6vw,84px)}.route-skeleton-body{display:grid;gap:16px;width:min(100% - 40px,860px);margin-inline:auto;padding:52px 0 110px}.route-skeleton-byline{display:flex;justify-content:space-between;gap:30px;padding:16px 0 24px;border-top:1px solid var(--rule)}.route-skeleton-byline span{width:180px;height:12px}.route-skeleton-byline span:last-child{width:96px}.route-skeleton-line{width:100%;height:16px}.route-skeleton-line:nth-child(3n){width:82%}.route-skeleton-line:nth-child(4n){width:91%}@media (max-width:760px){.route-skeleton-hero{height:68vh;min-height:500px}.route-skeleton-body{width:min(100% - 28px,860px);padding-top:36px}}