.site-header .brand img{display:block;width:180px;height:60px;object-fit:contain;object-position:center;flex:none}.site-header .brand{flex:none}footer .brand img{display:block;width:180px;height:60px;object-fit:contain;object-position:center;flex:none}
.experience-sliders{margin-top:56px;display:grid;gap:42px}
.slider-block{min-width:0}
.slider-block h3{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 17px}
.slider-window{overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--line);padding:22px 0}
.slider-track{display:flex;width:max-content;gap:14px;animation:brand-scroll 42s linear infinite}
.slider-block:nth-child(2) .slider-track{animation-duration:52s;animation-direction:reverse}
.slider-window:hover .slider-track{animation-play-state:paused}
.brand-tile{height:132px;min-width:188px;padding:16px 18px 14px;background:#ebe6dc;border:1px solid rgba(29,33,30,.12);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:9px;text-align:center}
.brand-tile b{font-family:'Playfair Display',Georgia,serif;font-size:17px;line-height:1.08;font-weight:500;width:100%;min-height:35px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow-wrap:anywhere}
.brand-tile small{display:block;font:9px 'DM Mono',monospace;letter-spacing:.08em;color:var(--rust);margin-top:5px;text-transform:uppercase}
.brand-monogram{width:100%;max-width:152px;height:56px;min-height:56px;border:0;color:transparent;display:grid;place-items:center;font:10px 'DM Mono',monospace;flex:none;background-position:center center;background-repeat:no-repeat;background-size:contain;overflow:visible}
@keyframes brand-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:1050px){.site-header .brand img{width:150px;height:50px}footer .brand img{width:165px;height:55px}}@media(max-width:700px){.site-header .brand img{width:120px;height:40px}footer .brand img{width:150px;height:50px}.brand-tile{height:120px;min-width:164px;padding:14px 14px 12px;gap:7px}.brand-tile b{font-size:15px;min-height:32px}.brand-monogram{width:100%;max-width:136px;height:50px;min-height:50px}}
