.home-main > .project-examples-band {
  order: 2;
}

.project-examples-band,
.project-examples-band * {
  letter-spacing: 0;
}

.project-examples-band {
  --project-muted: #64748b;
  --project-line: #dbe7f2;
  --project-paper: #ffffff;
  padding-top: 42px;
  padding-bottom: 36px;
  background:
    radial-gradient(740px 360px at 88% 8%, rgba(16, 184, 200, 0.16), transparent 64%),
    linear-gradient(180deg, #ffffff 0%, #effbfc 100%);
}

.project-examples-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(600px, 1fr);
  align-items: start;
  gap: 18px;
  max-width: 1180px;
  margin-bottom: 18px;
}

.project-examples-title {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
}

.project-examples-head h2 {
  max-width: 1040px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.02;
  text-wrap: initial;
}

.project-examples-head > p:not(.eyebrow),
.project-examples-title > p:not(.eyebrow) {
  margin: 0;
  color: var(--project-muted);
  font-size: 1rem;
  line-height: 1.45;
}

.project-review-panel {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(217, 230, 242, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px -30px rgba(0, 24, 72, 0.38);
}

.project-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.project-review-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
  min-height: 96px;
  padding: 9px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
}

.project-review-logo {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
}

.project-review-logo img {
  display: block;
  max-width: 34px;
  max-height: 26px;
  object-fit: contain;
}

.project-review-logo-avnet img {
  max-width: 38px;
  max-height: 30px;
  transform: scale(1.1);
}

.project-review-logo-valvoline img,
.project-proof-logo-valvoline img {
  width: 58px;
  height: 30px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  transform: translateY(-2px);
}

.project-review-logo-valvoline,
.project-proof-logo-valvoline {
  overflow: hidden;
}

.project-review-card > div {
  min-width: 0;
}

.project-star-row {
  margin-bottom: 4px;
  color: #f2b600;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 1px;
  line-height: 1;
}

.project-review-card blockquote {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.project-swipe-hint {
  display: none;
}

.project-examples-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.project-example-card {
  --project-accent: var(--teal-bright);
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 11px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--project-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 58px -38px rgba(0, 24, 72, 0.38);
}

.project-card-top {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.project-logo {
  display: grid;
  width: 86px;
  height: 46px;
  place-items: center;
}

.project-logo img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.project-logo-vinco img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(1538%) hue-rotate(179deg) brightness(88%) contrast(97%);
}

.project-tag {
  display: block;
  color: var(--project-accent);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.project-card-top h3 {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.1;
}

.project-card-top h3 a {
  color: inherit;
  text-decoration: none;
}

.project-card-top h3 a:hover,
.project-card-top h3 a:focus-visible {
  text-decoration: underline;
}

.project-one-line {
  display: block;
  min-height: 40px;
  margin: 0;
  color: var(--project-muted);
  font-size: 0.89rem;
  font-weight: 720;
  line-height: 1.28;
}

.project-one-line strong {
  color: var(--ink);
  font-weight: 930;
}

.project-product-shot {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--project-accent) 24%, #dbe7f2);
  border-radius: 9px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--project-accent) 8%, #ffffff), #ffffff 54%),
    var(--project-paper);
}

.project-shot-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 29px;
  padding: 0 12px;
  border-bottom: 1px solid #e4edf6;
  background: rgba(255, 255, 255, 0.88);
}

.project-shot-bar i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #cbd5e1;
}

.project-shot-bar span {
  margin-left: auto;
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-software-screen {
  display: grid;
  grid-template-columns: 0.78fr 30px 0.88fr 1fr;
  gap: 9px;
  align-items: center;
  min-height: 184px;
  padding: 12px;
}

.project-pbg-inputs {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.project-pbg-input {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-height: 31px;
  padding: 6px;
  border: 1px solid #dbe7f2;
  border-radius: 7px;
  background: #fff;
  color: #496176;
  font-size: 0.62rem;
  font-weight: 900;
}

.project-pbg-input i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--project-accent) 16%, #fff);
}

.project-pbg-pipe {
  position: relative;
  min-height: 106px;
}

.project-pbg-pipe::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 13px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--project-accent), #10b8c8);
  content: "";
}

.project-pbg-pipe::after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--project-accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--project-accent) 14%, #fff);
  transform: translateY(-50%);
  content: "";
}

.project-pbg-model {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--project-accent) 28%, #dbe7f2);
  border-radius: 8px;
  background: color-mix(in srgb, var(--project-accent) 9%, #fff);
}

.project-pbg-model strong {
  color: var(--project-accent);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.08;
}

.project-pbg-table {
  display: grid;
  gap: 5px;
}

.project-pbg-table span {
  height: 9px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--project-accent) 23%, #fff);
}

.project-pbg-table span:nth-child(2) {
  width: 78%;
}

.project-pbg-table span:nth-child(3) {
  width: 62%;
}

.project-pbg-report {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
}

.project-pbg-report-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #496176;
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

.project-pbg-report-head b {
  color: var(--project-accent);
}

.project-data-source {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
}

.project-database-icon {
  position: relative;
  display: grid;
  min-height: 86px;
  place-items: center;
  border: 1px solid #e2ebf4;
  border-radius: 8px;
  background: #fff;
}

.project-database-icon::before,
.project-database-icon::after {
  position: absolute;
  left: 50%;
  width: 54px;
  height: 20px;
  border: 3px solid var(--project-accent);
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}

.project-database-icon::before {
  top: 20px;
  background: color-mix(in srgb, var(--project-accent) 12%, #fff);
}

.project-database-icon::after {
  top: 44px;
  border-top: 0;
  border-radius: 0 0 28px 28px;
}

.project-database-icon strong {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.project-source-lines {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #e2ebf4;
  border-radius: 7px;
  background: #fff;
}

.project-source-lines span {
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--project-accent) 18%, #e8f2f7);
}

.project-source-lines span:nth-child(2) {
  width: 78%;
}

.project-source-lines span:nth-child(3) {
  width: 58%;
}

.project-flow-lane {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.project-flow-lane::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: color-mix(in srgb, var(--project-accent) 60%, #dbe7f2);
  transform: translateY(-50%);
  content: "";
}

.project-flow-lane span {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--project-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--project-accent) 14%, #fff);
}

.project-flow-lane b {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--project-accent);
  border-radius: 999px;
  background: #fff;
}

.project-flow-lane b::before {
  width: 14px;
  height: 8px;
  border-top: 3px solid var(--project-accent);
  border-right: 3px solid var(--project-accent);
  transform: rotate(35deg);
  content: "";
}

.project-report-panel {
  display: grid;
  gap: 9px;
  align-content: center;
  min-height: 146px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e2ebf4;
  border-radius: 8px;
  background: #fff;
}

.project-report-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.project-report-top span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 6px;
  background: color-mix(in srgb, var(--project-accent) 10%, #fff);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

.project-report-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  align-items: end;
  min-height: 58px;
}

.project-report-bars i {
  display: block;
  border-radius: 5px 5px 2px 2px;
  background: var(--project-accent);
}

.project-report-bars i:nth-child(1) {
  height: 24px;
}

.project-report-bars i:nth-child(2) {
  height: 42px;
}

.project-report-bars i:nth-child(3) {
  height: 32px;
}

.project-report-bars i:nth-child(4) {
  height: 54px;
}

.project-report-bars i:nth-child(5) {
  height: 39px;
}

.project-report-line {
  width: 100%;
  height: 22px;
}

.project-report-line polyline,
.project-sparkline polyline {
  fill: none;
  stroke: var(--project-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-report-line polyline {
  stroke-width: 4;
}

.project-web-screen {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 10px;
  min-height: 184px;
  padding: 12px;
}

.project-lead-impact-panel {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
  padding: 9px;
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #fff;
}

.project-impact-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 46px;
  padding: 7px;
  border-radius: 8px;
  background: #f6fafc;
}

.project-impact-row strong,
.project-impact-row span {
  display: block;
  min-width: 0;
}

.project-impact-row strong {
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.08;
}

.project-impact-row span:not(.project-impact-icon) {
  margin-top: 2px;
  color: #6b8093;
  font-size: 0.61rem;
  font-weight: 820;
  line-height: 1.1;
}

.project-impact-icon {
  display: grid;
  width: 36px;
  height: 31px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 950;
}

.project-impact-before {
  background: #94a3b8;
}

.project-impact-after {
  background: var(--project-accent);
}

.project-impact-arrow {
  display: grid;
  place-items: center;
  color: #008b98;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.project-site-panel {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}

.project-site-title {
  display: grid;
  gap: 5px;
}

.project-site-title strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.08;
}

.project-site-title span {
  width: 74%;
  height: 7px;
  border-radius: 999px;
  background: #d8e8f3;
}

.project-cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-cta-pair span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}

.project-cta-pair span:last-child {
  background: #e8fbfc;
  color: #007d8a;
}

.project-lead-form {
  display: grid;
  gap: 5px;
  padding: 8px;
  border: 1px solid #dce8f5;
  border-radius: 7px;
  background: #fff;
}

.project-lead-form span {
  height: 8px;
  border-radius: 999px;
  background: #d9e6f2;
}

.project-lead-form span:nth-child(2) {
  width: 80%;
}

.project-lead-form span:nth-child(3) {
  width: 62%;
}

.project-chat-window {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d6e8f2;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 18px 34px -28px rgba(0, 24, 72, 0.48);
}

.project-chat-head {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 0 9px;
  border-bottom: 1px solid #e4edf6;
  background: #fbfdff;
}

.project-chat-head i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal-bright);
  box-shadow: 0 0 0 4px rgba(16, 184, 200, 0.13);
}

.project-chat-head strong {
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 950;
}

.project-chat-head span {
  margin-left: auto;
  color: #0f766e;
  font-size: 0.58rem;
  font-weight: 900;
}

.project-chat-thread {
  display: grid;
  gap: 7px;
  align-content: end;
  min-height: 104px;
  padding: 9px;
  background: linear-gradient(180deg, #f7fcfd 0%, #fff 100%);
}

.project-bubble {
  max-width: 88%;
  padding: 7px 9px;
  border-radius: 11px;
  background: #edf8fb;
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 820;
  line-height: 1.2;
}

.project-bubble-user {
  justify-self: end;
  border-bottom-right-radius: 3px;
  background: var(--ink);
  color: #fff;
}

.project-bubble-bot {
  justify-self: start;
  border-bottom-left-radius: 3px;
}

.project-chat-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  padding: 7px;
  border-top: 1px solid #e4edf6;
}

.project-chat-input span {
  min-width: 0;
  overflow: hidden;
  padding: 8px 9px;
  border-radius: 999px;
  background: #eef6fb;
  color: #6b7c8f;
  font-size: 0.58rem;
  font-weight: 850;
  white-space: nowrap;
}

.project-chat-input b {
  display: grid;
  min-height: 25px;
  place-items: center;
  border-radius: 999px;
  background: var(--teal-bright);
  color: #003047;
  font-size: 0.58rem;
  font-weight: 950;
}

.project-bi-screen {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 11px;
  padding: 14px;
}

.project-bi-kpis {
  display: grid;
  gap: 8px;
}

.project-kpi {
  display: grid;
  gap: 3px;
  min-height: 62px;
  align-content: center;
  padding: 9px;
  border: 1px solid #e2ebf4;
  border-radius: 7px;
  background: #fff;
}

.project-kpi strong {
  color: var(--project-accent);
  font-size: 1.04rem;
  line-height: 1;
}

.project-kpi span {
  color: #5b6b80;
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.project-sparkline {
  display: block;
  width: 100%;
  height: 16px;
  margin-top: 4px;
}

.project-sparkline polyline {
  stroke-width: 3;
}

.project-chart-area {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.project-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  align-items: end;
  min-height: 92px;
  padding: 10px;
  border: 1px solid #e2ebf4;
  border-radius: 7px;
  background: #fff;
}

.project-bars i {
  display: block;
  border-radius: 5px 5px 2px 2px;
  background: var(--project-accent);
}

.project-bars i:nth-child(1) {
  height: 36px;
}

.project-bars i:nth-child(2) {
  height: 58px;
}

.project-bars i:nth-child(3) {
  height: 44px;
}

.project-bars i:nth-child(4) {
  height: 76px;
}

.project-bars i:nth-child(5) {
  height: 51px;
}

.project-funnel {
  display: grid;
  gap: 6px;
}

.project-funnel span {
  height: 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--project-accent) 28%, #fff);
}

.project-funnel span:nth-child(2) {
  width: 76%;
}

.project-funnel span:nth-child(3) {
  width: 52%;
}

.project-result {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid color-mix(in srgb, var(--project-accent) 28%, #dbe7f2);
  border-radius: 8px;
  background: color-mix(in srgb, var(--project-accent) 7%, #fff);
}

.project-result i {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--project-accent) 14%, #fff);
}

.project-result i::before,
.project-result i::after {
  position: absolute;
  content: "";
}

.project-result-data i::before {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 8px;
  border: 2px solid var(--project-accent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--project-accent) 10%, #fff);
}

.project-result-data i::after {
  top: 13px;
  left: 8px;
  width: 16px;
  height: 9px;
  border: 2px solid var(--project-accent);
  border-top: 0;
  border-radius: 0 0 9px 9px;
}

.project-result-chat i::before {
  top: 8px;
  left: 7px;
  width: 17px;
  height: 12px;
  border: 2px solid var(--project-accent);
  border-radius: 8px;
}

.project-result-chat i::after {
  top: 18px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--project-accent);
  border-left: 2px solid var(--project-accent);
  transform: rotate(-18deg);
}

.project-result-trend i::before {
  right: 7px;
  bottom: 8px;
  left: 8px;
  height: 15px;
  border-bottom: 2px solid var(--project-accent);
  border-left: 2px solid var(--project-accent);
}

.project-result-trend i::after {
  top: 12px;
  left: 12px;
  width: 14px;
  height: 8px;
  border-top: 3px solid var(--project-accent);
  border-right: 3px solid var(--project-accent);
  transform: rotate(-18deg);
}

.project-result strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.08;
}

.project-proof-logo-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(217, 230, 242, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.project-proof-logo-strip span {
  display: grid;
  min-width: 0;
  min-height: 46px;
  place-items: center;
  padding: 8px 10px;
  overflow: hidden;
  border: 1px solid #e7eef6;
  border-radius: 8px;
  background: #fff;
}

.project-proof-logo-strip img {
  display: block;
  width: 100%;
  max-width: 104px;
  max-height: 28px;
  object-fit: contain;
}

.project-proof-logo-valvoline img {
  width: 58px;
  height: 30px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  transform: translateY(-2px);
}

.project-proof-logo-dark {
  border-color: #001848 !important;
  background: #001848 !important;
}

.project-proof-logo-vinco img {
  max-width: 112px;
  max-height: 30px;
}

.project-proof-logo-avnet img {
  max-width: 108px;
  max-height: 34px;
  transform: scale(1.12);
}

.project-proof-logo-bswh img {
  max-width: 116px;
  max-height: 31px;
}

.project-proof-logo-pbg img,
.project-proof-logo-wellness img,
.project-proof-logo-oreilly img {
  max-height: 32px;
}

.project-proof-logo-autozone img {
  max-width: 118px;
  max-height: 31px;
}

.project-proof-note {
  margin: 7px 0 0;
  color: #758399;
  font-size: 0.64rem;
  line-height: 1.35;
  text-align: center;
}

@media (min-width: 721px) {
  .project-examples-head h2 {
    white-space: nowrap;
  }
}

@media (max-width: 980px) and (min-width: 721px) {
  .project-examples-head {
    grid-template-columns: 1fr;
  }

  .project-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-examples-rail {
    grid-template-columns: 1fr;
  }

  .project-example-card {
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
    grid-template-rows: auto auto auto;
    align-items: stretch;
  }

  .project-card-top,
  .project-one-line {
    grid-column: 1;
  }

  .project-product-shot {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-height: 206px;
  }
}

@media (max-width: 720px) {
  .project-examples-band {
    padding: 30px 16px 26px;
    background:
      radial-gradient(440px 280px at 92% 4%, rgba(16, 184, 200, 0.16), transparent 64%),
      linear-gradient(180deg, #ffffff 0%, #effbfc 100%);
  }

  .project-examples-head {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }

  .project-examples-head h2 {
    font-size: 1.68rem;
    line-height: 1.04;
  }

  .project-examples-head > p:not(.eyebrow),
  .project-examples-title > p:not(.eyebrow) {
    max-width: 32ch;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .project-review-panel {
    margin-top: 2px;
    padding: 5px;
  }

  .project-review-grid {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .project-review-grid::-webkit-scrollbar {
    display: none;
  }

  .project-review-card {
    flex: 0 0 min(228px, calc(100vw - 92px));
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
    min-height: 78px;
    padding: 7px;
    scroll-snap-align: start;
  }

  .project-review-logo {
    width: 34px;
    height: 34px;
  }

  .project-review-logo img {
    max-width: 30px;
    max-height: 23px;
  }

  .project-review-logo-avnet img {
    max-width: 34px;
    max-height: 26px;
  }

  .project-review-logo-valvoline img {
    width: 50px;
    height: 25px;
    max-width: none;
    max-height: none;
  }

  .project-star-row {
    margin-bottom: 3px;
    font-size: 0.62rem;
  }

  .project-review-card blockquote {
    -webkit-line-clamp: 3;
    font-size: 0.61rem;
    line-height: 1.13;
  }

  .project-swipe-hint {
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 0 3px 10px auto;
    padding: 6px 10px;
    border: 1px solid rgba(16, 184, 200, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #007d8a;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
  }

  .project-examples-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 10px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .project-examples-rail::-webkit-scrollbar {
    display: none;
  }

  .project-example-card {
    flex: 0 0 min(292px, calc(100vw - 86px));
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    padding: 14px;
    scroll-snap-align: start;
  }

  .project-card-top {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .project-logo {
    width: 76px;
  }

  .project-one-line {
    min-height: 0;
    font-size: 0.88rem;
  }

  .project-product-shot {
    min-height: 0;
  }

  .project-software-screen,
  .project-web-screen,
  .project-bi-screen {
    padding: 10px;
  }

  .project-software-screen {
    grid-template-columns: 0.78fr 22px 0.86fr;
    gap: 8px;
    min-height: 150px;
  }

  .project-pbg-input {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 5px;
    min-height: 28px;
    padding: 5px;
    font-size: 0.53rem;
  }

  .project-pbg-input i {
    width: 16px;
    height: 16px;
  }

  .project-pbg-pipe {
    min-height: 92px;
  }

  .project-pbg-pipe::before {
    left: 10px;
  }

  .project-pbg-pipe::after {
    left: 5px;
  }

  .project-pbg-model {
    padding: 8px;
  }

  .project-pbg-model strong {
    font-size: 0.64rem;
  }

  .project-pbg-report {
    grid-column: 1 / -1;
    padding: 8px;
  }

  .project-database-icon {
    min-height: 68px;
  }

  .project-database-icon::before,
  .project-database-icon::after {
    width: 40px;
    height: 16px;
  }

  .project-database-icon::before {
    top: 16px;
  }

  .project-database-icon::after {
    top: 35px;
  }

  .project-database-icon strong {
    right: 6px;
    bottom: 7px;
    left: 6px;
    font-size: 0.5rem;
  }

  .project-source-lines {
    gap: 5px;
    padding: 7px;
  }

  .project-source-lines span {
    height: 6px;
  }

  .project-flow-lane {
    gap: 9px;
  }

  .project-flow-lane span {
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--project-accent) 14%, #fff);
  }

  .project-flow-lane b {
    width: 28px;
    height: 28px;
  }

  .project-flow-lane b::before {
    width: 11px;
    height: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .project-report-panel {
    gap: 7px;
    min-height: 124px;
    padding: 8px;
  }

  .project-report-top {
    gap: 4px;
  }

  .project-report-top span {
    min-height: 28px;
    font-size: 0.5rem;
  }

  .project-report-bars {
    gap: 4px;
    min-height: 45px;
  }

  .project-report-line {
    height: 17px;
  }

  .project-web-screen {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 8px;
    min-height: 150px;
  }

  .project-lead-impact-panel {
    gap: 6px;
    padding: 7px;
  }

  .project-impact-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 6px;
    min-height: 40px;
    padding: 6px;
  }

  .project-impact-icon {
    width: 30px;
    height: 28px;
  }

  .project-impact-row strong {
    font-size: 0.64rem;
  }

  .project-impact-row span:not(.project-impact-icon) {
    font-size: 0.55rem;
  }

  .project-site-panel {
    gap: 7px;
  }

  .project-site-title strong {
    font-size: 0.78rem;
  }

  .project-cta-pair span {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.55rem;
  }

  .project-lead-form {
    padding: 7px;
  }

  .project-chat-head {
    min-height: 28px;
    padding: 0 8px;
  }

  .project-chat-thread {
    min-height: 90px;
    padding: 8px;
  }

  .project-bubble {
    padding: 6px 8px;
    font-size: 0.56rem;
  }

  .project-chat-input {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 6px;
    min-height: 32px;
    padding: 6px;
  }

  .project-chat-input span,
  .project-chat-input b {
    font-size: 0.52rem;
  }

  .project-bi-screen {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .project-bi-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-kpi {
    min-height: 46px;
    padding: 8px;
  }

  .project-kpi strong {
    font-size: 0.92rem;
  }

  .project-kpi span {
    font-size: 0.54rem;
  }

  .project-sparkline {
    height: 12px;
  }

  .project-bars {
    min-height: 66px;
  }

  .project-result {
    min-height: 45px;
    padding: 8px 9px;
  }

  .project-result strong {
    font-size: 0.84rem;
  }

  .project-proof-logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
    padding: 8px;
  }

  .project-proof-logo-strip span {
    min-height: 34px;
    padding: 5px;
  }

  .project-proof-logo-strip img {
    max-width: 72px;
    max-height: 22px;
  }

  .project-proof-logo-vinco img,
  .project-proof-logo-avnet img,
  .project-proof-logo-bswh img,
  .project-proof-logo-autozone img {
    max-width: 78px;
  }

  .project-proof-logo-valvoline img {
    width: 50px;
    height: 24px;
  }

  .project-proof-note {
    margin-top: 5px;
    font-size: 0.58rem;
  }
}
