/* Terminal Industries FeaturesCarousel layout, adapted for Southwest service programs. */
.services-directory-section { overflow: hidden; }
.services-page .site-footer { display: none; }
.services-page .services-directory-section { scroll-snap-align: start; }
.services-solutions { margin-top: clamp(44px, 6vw, 82px); }
.services-flow-controls { display: flex; justify-content: flex-end; gap: 10px; margin: 0 0 24px; }
.services-flow-controls button { font-size: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 16px; border: 0; border-radius: 10px; background: var(--accent); color: #fff; font-family: inherit; font-weight: 650; cursor: pointer; }
.services-flow-controls button:hover:not(:disabled) { background: var(--accent); color: var(--white); }
.services-flow-controls button:disabled { opacity: .35; cursor: default; }
.services-flow-controls button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.services-solutions-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.services-solutions-heading h2 { max-width: 850px; margin: 0; color: var(--blue); font-size: clamp(30px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.services-solutions .industry-card-controls:not([hidden]) { display: flex; flex: 0 0 auto; gap: 12px; align-items: center; }
.services-solutions .industry-card-controls button { display: grid; place-items: center; width: 60px; height: 60px; border: 0; border-radius: 8px; background: var(--blue-soft); color: var(--blue-dark); cursor: pointer; }
.services-solutions .industry-card-controls button:hover:not(:disabled) { background: var(--accent); }
.services-solutions .industry-card-controls button:disabled { opacity: .42; cursor: default; }
.services-solutions .industry-card-controls button:focus-visible,
.services-solutions-grid:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.services-solutions-grid { display: flex; gap: 20px; overflow-x: auto; overflow-y: hidden; width: calc(100% + var(--pad)); margin-left: calc(var(--pad) * -1); padding: 6px var(--pad) 12px; scroll-padding-inline: var(--pad); scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.services-solutions-grid::-webkit-scrollbar { display: none; }
.services-solutions-grid .industry-card-item { flex: 0 0 min(580px, calc(100vw - 2 * var(--pad))); scroll-snap-align: start; }
.services-solutions-grid .industry-card-content { aspect-ratio: .8; min-height: 0; }
.services-solutions-grid .industry-card-top { padding: 60px 80px 0 60px; gap: 24px; }
.services-solutions-grid .industry-card-top h3 { font-size: clamp(34px, 4vw, 54px); line-height: 1.04; }
.services-solutions-grid .industry-card-top p { font-size: clamp(17px, 1.45vw, 21px); line-height: 1.46; }
.services-solutions-grid .industry-card-bottom { padding: 60px 40px 40px 60px; gap: 32px; }
.services-solutions-grid .industry-card-photo::after { background: linear-gradient(180deg, rgba(13, 31, 44, .06) 20%, rgba(13, 31, 44, .82) 100%); }
.services-solutions-grid .industry-card--orange .industry-card-surface { background: var(--accent); }
.services-solutions-grid .industry-card--mist .industry-card-surface { background: var(--blue-soft); }
.services-solutions-grid .industry-card--navy .industry-card-surface { background: var(--blue); }

/* Compact service cards with native trackpad and touch scrolling. */
.services-page .services-solutions-grid { display: flex; flex-flow: row nowrap; gap: 24px; width: 100%; margin: 0; padding: 0 0 12px; overflow-x: auto; overflow-y: hidden; scroll-padding-inline: 0; scroll-snap-type: none; scroll-behavior: auto; scrollbar-width: none; overscroll-behavior-x: contain; }
.services-solutions-grid::-webkit-scrollbar { display: none; }
.services-solutions-grid .industry-card-item { flex: 0 0 min(420px, 100%); scroll-snap-align: start; }
.services-solutions-grid .industry-card-surface { min-height: 540px; border-radius: 24px; background: #f1f1ef; color: #10181d; }
.services-solutions-grid .industry-card--mist .industry-card-surface,
.services-solutions-grid .industry-card--navy .industry-card-surface,
.services-solutions-grid .industry-card--orange .industry-card-surface { background: #f1f1ef; color: #10181d; }
.services-solutions-grid .industry-card-content { min-height: 540px; aspect-ratio: auto; }
.services-solutions-grid .industry-card-top { min-height: 236px; box-sizing: border-box; padding: 32px 28px 0; gap: 16px; }
.services-solutions-grid .industry-card-top::before { color: #7b878d; font-family: var(--font-mono, monospace); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.services-solutions-grid .industry-card-item:nth-child(1) .industry-card-top::before { content: '01  Recurring service'; }
.services-solutions-grid .industry-card-item:nth-child(2) .industry-card-top::before { content: '02  Direct purchase'; }
.services-solutions-grid .industry-card-item:nth-child(3) .industry-card-top::before { content: '03  Dining service'; }
.services-solutions-grid .industry-card-item:nth-child(4) .industry-card-top::before { content: '04  Dining supplies'; }
.services-solutions-grid .industry-card-item:nth-child(5) .industry-card-top::before { content: '05  Managed care'; }
.services-solutions-grid .industry-card-item:nth-child(6) .industry-card-top::before { content: '06  Brand support'; }
.services-solutions-grid .industry-card-top h3 { order: 2; margin: 0; color: #10181d; font-size: 32px; line-height: 1.08; letter-spacing: -.055em; }
.services-solutions-grid .industry-card-top p { order: 3; color: #687982; font-size: 16px; line-height: 1.48; }
.services-solutions-grid .industry-card-photo { position: absolute; z-index: 0; inset: auto 28px 90px; height: 190px; border-radius: 18px; filter: none; opacity: 1; transform: none; }
.services-solutions-grid .industry-card-photo::after { display: none; }
.services-solutions-grid .industry-card-photo img { border-radius: 18px; }
.services-solutions-grid .industry-card-bottom { position: absolute; z-index: 1; inset: auto 28px 20px; padding: 0; }
.services-solutions-grid .industry-card-caption { display: none; }
.services-solutions-grid .industry-card-cta { min-height: 52px; padding: 12px 16px; border-radius: 12px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 650; letter-spacing: .06em; }
.services-solutions-grid .industry-card-cta .swl-icon-stack { width: 24px; height: 24px; margin-left: auto; flex: 0 0 24px; }
.services-solutions-grid .industry-card-item { scroll-snap-align: start; }
.services-solutions-grid .industry-card:hover .industry-card-surface,
.services-solutions-grid .industry-card:focus-visible .industry-card-surface { color: #10181d; }
.services-solutions-grid .industry-card:hover .industry-card-photo,
.services-solutions-grid .industry-card:focus-visible .industry-card-photo { filter: none; opacity: 1; transform: none; }
.services-solutions-grid .industry-card:hover .industry-card-bottom,
.services-solutions-grid .industry-card:focus-visible .industry-card-bottom { opacity: 1; }
@media (max-width: 1023px) {
  .services-solutions { margin-top: 48px; }
  .services-solutions-heading { align-items: flex-end; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
  .services-solutions .industry-card-controls { margin-left: auto; }
  .services-solutions .industry-card-controls button { width: 48px; height: 48px; }
  .services-solutions-grid { gap: 16px; }
  .services-solutions-grid .industry-card-surface,
  .services-solutions-grid .industry-card-content { min-height: 540px; }
  .services-solutions-grid .industry-card-top { padding: 32px 28px 0; gap: 16px; }
  .services-solutions-grid .industry-card-top { min-height: 236px; }
  .services-solutions-grid .industry-card-photo { inset: auto 28px 90px; height: 190px; }
  .services-solutions-grid .industry-card-bottom { inset: auto 28px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .services-page .services-solutions-grid { scroll-behavior: auto; }
}
@media (max-width: 640px) {
  .services-solutions-grid .industry-card-item { flex-basis: 100%; }
  .services-solutions-grid .industry-card-surface,
  .services-solutions-grid .industry-card-content { min-height: 540px; }
  .services-solutions-grid .industry-card-top { padding: 28px 24px 0; }
  .services-solutions-grid .industry-card-top { min-height: 236px; }
  .services-solutions-grid .industry-card-photo { inset: auto 24px 90px; height: 190px; }
  .services-solutions-grid .industry-card-bottom { inset: auto 24px 20px; }
}
