.industries--before-references{padding-bottom:0}
.references{background:var(--cream);padding-bottom:28px}
.references-filters{position:absolute;pointer-events:none}
.references-inner{margin-top:28px;padding-top:34px;border-top:1px solid var(--line)}
.references-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.references-heading .eyebrow{font-size:10px;letter-spacing:.19em;font-weight:600;color:#806139;margin-bottom:9px}
.references-heading h2{font-size:34px;letter-spacing:-.035em;line-height:1.12;font-weight:500;text-wrap:initial}
.references-intro{font-size:13px;color:var(--muted);margin-bottom:4px}
.references-window{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent;margin-inline:-12px;padding-bottom:4px;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.references-track{display:flex;width:max-content}
.references-group,.references-grid{list-style:none;margin:0;padding:0}
.references-group{display:flex;align-items:center;flex:none;gap:34px;padding-right:34px}
.references-group--copy{display:none}
.reference-item{width:148px;height:65px;display:flex;align-items:center;justify-content:center;flex:none}
.reference-logo{width:auto;height:auto;max-width:122px;max-height:51px;object-fit:contain}
.reference-logo--ink{filter:url(#references-ink)}
.reference-logo--tonal{filter:url(#references-tonal)}
.references-controls{position:relative;margin-top:13px;min-height:44px}
.references-details>summary,.references-open{list-style:none;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:fit-content;max-width:calc(100% - 52px);min-height:44px;padding:8px 0;font-size:12px;font-weight:500;line-height:1.5;color:#70624f;cursor:pointer;border:0;text-align:left}
.references-details>summary::-webkit-details-marker{display:none}
.references-details>summary .icon,.references-open .icon{width:15px;height:15px}
.references-open:hover{color:var(--ink)}
.references-details[open]>summary .icon{transform:rotate(45deg)}
.references-hide,.references-details[open] .references-show{display:none}
.references-details[open] .references-hide{display:inline}
.references-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:25px 8px;padding:26px 0 8px;margin-top:12px;border-top:1px solid var(--line)}
.references-grid .reference-item{width:auto;min-width:0}
#references-dialog{width:min(960px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 40px);padding:0;border:1px solid #e1d5c3;border-radius:24px;background:var(--cream);color:var(--ink);box-shadow:0 32px 120px #0005;overscroll-behavior:contain}
#references-dialog::backdrop{background:#1415159e;backdrop-filter:blur(10px)}
.references-dialog-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 38px 16px;background:var(--cream);border-bottom:1px solid var(--line)}
.references-dialog-header img{width:140px;height:26px}
.references-dialog-header .references-close{width:44px;height:44px;border-color:#d4c8b6;flex-shrink:0}
.references-close:hover{background:var(--champagne);color:var(--ink)}
.references-dialog-body{padding:30px 48px 38px}
.references-dialog-body .eyebrow{font-size:10px;letter-spacing:.17em;color:#765c35;margin-bottom:14px}
.references-dialog-body h2{font-size:clamp(34px,4.2vw,46px);letter-spacing:-.045em;line-height:1.06;text-wrap:initial}
.references-dialog-body h2:focus{outline:none}
#references-dialog-intro{font-size:15px;color:var(--muted);margin-top:18px}
.references-dialog-body .references-grid{margin-top:28px;padding-top:28px;gap:28px 16px}
.references-dialog-body .reference-item{height:76px}
.references-dialog-body .reference-logo{max-width:min(122px,100%)}
@keyframes references-dialog-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){#references-dialog[open]{animation:references-dialog-enter .24s ease-out}}
.references-pause{position:absolute;top:0;right:-6px;width:44px;height:44px;padding:0;color:#70624f;display:grid;place-items:center;border-radius:50%}
.references-pause:before{content:'';position:absolute;inset:6px;border:1px solid var(--line);border-radius:50%}
.references-pause:hover:before{border-color:var(--gold)}
.references-pause svg{width:12px;height:12px}
.references-play-icon,.references-pause[aria-pressed=true] .references-pause-icon{display:none}
.references-pause[aria-pressed=true] .references-play-icon{display:block}
.references-animated .references-window{overflow:hidden;scrollbar-width:none}
.references-animated .references-group--copy{display:flex}
.references-animated .references-track{animation:references-drift var(--references-duration) linear infinite;animation-play-state:paused}
.references-running .references-track{animation-play-state:running}
@keyframes references-drift{to{transform:translateX(-50%)}}
@media(max-width:960px){.references-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:740px){
  .references{padding-bottom:22px}
  .references-inner{margin-top:24px;padding-top:28px}
  .references-heading{display:block;margin-bottom:18px}
  .references-heading h2{font-size:29px}
  .references-intro{font-size:12px;margin-top:9px;margin-bottom:0}
  .references-group{gap:18px;padding-right:18px}
  .reference-item{width:130px}
  .references-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 8px}
  #references-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:20px}
  .references-dialog-header{padding:16px 20px 12px}
  .references-dialog-header img{width:122px}
  .references-dialog-body{padding:24px 20px 28px}
  .references-dialog-body h2{font-size:36px}
  #references-dialog-intro{font-size:14px;margin-top:14px}
  .references-dialog-body .references-grid{gap:20px 8px;margin-top:24px;padding-top:24px}
  .references-dialog-body .reference-item{height:65px}
}
@media(prefers-reduced-motion:reduce){
  .references-animated .references-track{animation:none}
  .references-animated .references-window{overflow-x:auto}
  .references-animated .references-group--copy{display:none}
}
