/* Full-width extension, after style.css / sidebar.css / motion.css */
html{overflow-x:clip}
body .page-layout{width:calc(100% - 32px);max-width:none;margin:0 16px;grid-template-columns:minmax(0,1fr) 310px;gap:24px}
body .topline{width:calc(100% - 32px);max-width:none;margin:12px 16px 9px}
.page-layout>.site{max-width:none}
#category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category{display:flex;flex-direction:column;min-width:0;background:#f3f3f1}
.new-category-art{display:block;width:100%;aspect-ratio:1;background-image:url('category-atlas.png');background-size:400% 400%;background-position:var(--tile-x) var(--tile-y);background-repeat:no-repeat;transition:transform .4s ease;flex-shrink:0}
.category b{width:100%;font-size:15px;line-height:1.4;min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafaf9;border-top:1px solid #e6e6e3}
.category b:after{margin-left:9px;color:#b38321;font-size:22px}
.phone-new-art{width:43%;aspect-ratio:1}.phone-category{min-height:85px}
.phone-category b{line-height:1.35}
@media(hover:hover){.category:hover .new-category-art{transform:scale(1.025)}}
@media(min-width:1500px){.page-layout .hero{min-height:450px}.page-layout h1{font-size:clamp(48px,3.6vw,76px)}.page-layout .intro{font-size:22px}.page-layout .hero-image{max-width:850px;justify-self:center}.page-layout header .header-logo{width:245px}.page-layout nav{gap:28px}.page-layout nav button{font-size:16px}.page-layout .upload-actions button{font-size:15px}.category b{font-size:17px}.page-layout .catalog{padding-right:180px}.page-layout .book{display:block;width:165px}}
@media(min-width:1101px) and (max-width:1390px){body .page-layout{grid-template-columns:minmax(0,1fr) 275px;gap:18px}#category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-layout header{flex-wrap:wrap;height:auto;min-height:100px;padding-top:12px;padding-bottom:12px}.page-layout nav{order:3;width:100%;justify-content:center}.page-layout .header-quote{margin-left:auto}.page-layout .hero{grid-template-columns:1fr 1fr;padding-left:22px}.page-layout h1{font-size:36px}.page-layout .intro{font-size:16px}.page-layout .upload-actions{flex-direction:column}.page-layout .list-banner{flex-wrap:wrap}.page-layout .list-banner .gold{margin-left:auto}}
@media(max-width:1100px){body .page-layout{display:block}#category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){body .page-layout{width:100%;margin:0}#category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category{flex-direction:column}.category b{font-size:12px;min-height:76px;padding:9px}.categories{padding-left:16px;padding-right:16px}.new-category-art{width:100%;aspect-ratio:1}.phone-new-art{width:43%}}
@media(max-width:360px){#category-grid{grid-template-columns:1fr}.category{flex-direction:row}.new-category-art{width:44%}.category b{border-top:0;background:transparent}}
@media(prefers-reduced-motion:reduce){.new-category-art{transition:none!important;transform:none!important}}
.motion-paused .new-category-art{transition:none!important;transform:none!important}
