.brand { gap: 10px; }
.brand-symbol { width: 48px; height: 48px; flex: 0 0 auto; }
.brand-name { font-size: 28px; letter-spacing: -1.25px; }
.brand-name > span { font-weight: 600; }
.mascot { transform-origin: 50% 90%; }
.mascot-introduced[data-mascot-motion="inspect"] { animation: mascot-inspect 1.6s ease-in-out both; }
.mascot-introduced[data-mascot-motion="wave"] { animation: mascot-greet 1.4s ease-in-out both; }
.mascot-introduced[data-mascot-motion="found"] { animation: mascot-nod 1.1s ease-in-out both; }
@keyframes mascot-inspect { 0%, 100% { transform: rotate(0); } 35% { transform: translateX(-9px) rotate(-4deg); } 70% { transform: translateX(4px) rotate(2deg); } }
@keyframes mascot-greet { 0%, 100% { transform: rotate(0); } 28% { transform: rotate(-4deg); } 58% { transform: rotate(3deg); } 80% { transform: rotate(-1deg); } }
@keyframes mascot-nod { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-8px) rotate(-2deg); } 70% { transform: translateY(2px); } }
.contact-mascot { width: 148px; margin-top: 26px; }
.closing-copy { display: flex; gap: 25px; align-items: center; min-width: 0; }
.closing-mascot { width: 112px; flex: 0 0 112px; }
.client-section { padding-block: 34px 38px; border-bottom: 1px solid var(--line); }
.client-section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.client-section-head h2 { font-size: 18px; letter-spacing: -.35px; }
.client-section-head p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.motion-toggle { min-height: 44px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); font: inherit; font-size: 12px; cursor: pointer; flex-shrink: 0; }
.motion-toggle:hover { border-color: var(--ink); }
.client-viewport { overflow: hidden; }
.client-track { display: flex; width: max-content; }
.client-group { list-style: none; display: flex; align-items: center; justify-content: space-around; gap: 50px; padding: 0 25px; margin: 0; width: max-content; min-width: 100vw; flex: 0 0 auto; }
.client-group li { flex: 0 0 auto; }
.client-project { display: flex; align-items: center; gap: 23px; padding: 5px 0; }
.client-logo-panel { width: 178px; height: 96px; display: grid; place-items: center; border-radius: 7px; background: #151515; overflow: hidden; flex-shrink: 0; }
.client-logo-panel img { max-width: 148px; max-height: 78px; width: auto; height: auto; object-fit: contain; }
.client-project-copy { max-width: 195px; }
.client-project-copy strong { display: block; font-size: 17px; }
.client-project-copy span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.client-project-links { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 24px; font-size: 12px; }
.client-project-links > span { color: var(--muted); }
.is-enhanced .client-track { animation: client-scroll 32s linear infinite; }
.is-enhanced[data-paused="true"] .client-track, .client-viewport:hover .client-track { animation-play-state: paused; }
@keyframes client-scroll { to { transform: translateX(-50%); } }
.client-section:not(.is-enhanced) .client-track { width: 100%; }
.client-section:not(.is-enhanced) .client-group { width: 100%; min-width: 0; flex-wrap: wrap; justify-content: flex-start; }
.testimonials .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 54px; }
.review-business { display: flex; align-items: center; gap: 16px; min-height: 72px; margin-bottom: 16px; }
.review-logo { display: grid; place-items: center; width: 108px; height: 72px; padding: 8px; border-radius: 5px; background: #151515; flex-shrink: 0; }
.review-logo img { max-width: 100%; max-height: 56px; width: auto; height: auto; object-fit: contain; }
.review-business strong { font-size: 18px; line-height: 1.3; }
.review-business-copy { min-width: 0; }
.review-business-copy strong { display: block; }
.review-website { display: inline-block; margin-top: 7px; font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.review-logo[data-surface="light"], .client-logo-panel[data-surface="light"] { background: #fff; border: 1px solid var(--line); }
.testimonials figure { scroll-margin-top: 30px; }
.quote-grid:has(figure:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; }
.quote-grid:has(figure:only-child) { grid-template-columns: minmax(0, 720px); }
.review-context { margin-top: 20px; color: var(--muted); font-size: 12px; }
@media (max-width: 980px) {
  .closing-copy { gap: 15px; }
  .closing-mascot { width: 85px; flex-basis: 85px; }
  .quote-grid:has(figure:nth-child(2):last-child) { gap: 30px; }
}
@media (max-width: 620px) {
  .brand-symbol { width: 40px; height: 40px; }
  .brand-name { font-size: 25px; }
  .brand { gap: 7px; }
  .client-section-head { align-items: flex-start; gap: 16px; }
  .client-section-head h2 { font-size: 17px; }
  .motion-toggle { max-width: 110px; }
  .client-group { gap: 32px; padding-inline: 16px; }
  .client-project { gap: 15px; }
  .client-logo-panel { width: 130px; height: 84px; }
  .client-logo-panel img { max-width: 108px; max-height: 66px; }
  .client-project-copy { max-width: 155px; }
  .client-project-copy strong { font-size: 15px; }
  .quote-grid:has(figure:nth-child(2):last-child) { grid-template-columns: 1fr; }
  .testimonials .quote-grid { grid-template-columns: 1fr; gap: 30px; }
  .review-business { gap: 14px; min-height: 0; }
  .review-business strong { font-size: 17px; }
  .contact-mascot { width: 100px; }
  .closing-copy { align-items: flex-start; }
  .closing-mascot { width: 75px; flex-basis: 75px; margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .mascot-introduced, .is-enhanced .client-track { animation: none !important; transform: none !important; }
  .is-enhanced .client-track { width: 100%; }
  .is-enhanced .client-group { min-width: 0; width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .client-group[aria-hidden="true"], .motion-toggle { display: none !important; }
}
@media print {
  .is-enhanced .client-track { animation: none; transform: none; width: 100%; }
  .client-group { min-width: 0; flex-wrap: wrap; }
  .client-group[aria-hidden="true"], .motion-toggle { display: none; }
}
