/* [project]/src/app/(site)/home.css [app-client] (css) */
.sh-home-hero {
  isolation: isolate;
  padding-top: clamp(56px, 7.5vw, 104px);
  padding-bottom: clamp(38px, 4vw, 58px);
}

.sh-home-hero > .sh-container {
  z-index: 2;
  position: relative;
}

.sh-home-hero .sh-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr);
  gap: clamp(38px, 4.5vw, 72px);
}

.sh-home-hero .sh-display {
  letter-spacing: -.055em;
  text-wrap: balance;
  font-size: clamp(4.15rem, 6.1vw, 6.8rem);
  line-height: .87;
}

.sh-home-hero .sh-lead {
  max-width: 610px;
}

.sh-home-ops {
  color: var(--sh-text-primary);
  background: var(--sh-bg-primary);
  border: 1px solid color-mix(in srgb, var(--sh-text-primary) 13%, transparent);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.sh-home-ops-head {
  border-bottom: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  display: flex;
}

.sh-home-ops-live {
  letter-spacing: .025em;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 650;
  display: inline-flex;
}

.sh-home-ops-live .d {
  background: var(--sh-accent);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s ease-out infinite shHomePulse;
}

.sh-home-ops-tag {
  color: var(--sh-accent);
  font-family: var(--sh-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.sh-home-ops-summary {
  padding: 22px 22px 20px;
}

.sh-home-ops-label {
  color: var(--sh-accent);
  font-family: var(--sh-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.sh-home-ops-summary strong {
  font-family: var(--sh-font-serif);
  letter-spacing: -.025em;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1.05;
  display: block;
}

.sh-home-ops-summary p {
  max-width: 360px;
  color: var(--sh-text-secondary);
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
}

.sh-home-ops-flow {
  border: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  border-radius: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 14px;
  display: grid;
  overflow: hidden;
}

.sh-home-ops-step {
  border-left: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  background: color-mix(in srgb, var(--sh-text-primary) 3%, transparent);
  min-width: 0;
  padding: 15px 13px 14px;
}

.sh-home-ops-step:first-child {
  border-left: 0;
}

.sh-home-ops-step-top {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.sh-home-ops-icon {
  width: 30px;
  height: 30px;
  color: var(--sh-accent);
  background: color-mix(in srgb, var(--sh-accent) 12%, transparent);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sh-home-ops-index {
  color: var(--sh-text-muted);
  font-family: var(--sh-font-mono);
  font-size: 9px;
}

.sh-home-ops-step > strong {
  text-overflow: ellipsis;
  font-size: 11.5px;
  font-weight: 650;
  display: block;
  overflow: hidden;
}

.sh-home-ops-step small {
  color: var(--sh-text-muted);
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 9.5px;
  display: flex;
}

.sh-home-ops-step small svg {
  color: var(--sh-accent);
  flex: none;
}

.sh-home-ops-event {
  border: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  background: color-mix(in srgb, var(--sh-text-primary) 4%, transparent);
  border-radius: 13px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  margin: 12px 14px 14px;
  padding: 12px 13px;
  display: grid;
}

.sh-home-ops-event-icon {
  width: 34px;
  height: 34px;
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sh-home-ops-event strong, .sh-home-ops-event small {
  display: block;
}

.sh-home-ops-event strong {
  font-size: 12px;
}

.sh-home-ops-event small {
  color: var(--sh-text-muted);
  margin-top: 2px;
  font-size: 10.5px;
}

.sh-home-ops-now {
  color: var(--sh-accent);
  font-family: var(--sh-font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.sh-home-ops-proof {
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 18px 20px;
  display: grid;
}

.sh-home-ops-proof strong {
  font-family: var(--sh-font-serif);
  letter-spacing: -.035em;
  grid-row: span 2;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  font-weight: 600;
  line-height: .9;
}

.sh-home-ops-proof span {
  align-self: end;
  font-size: 12px;
  font-weight: 700;
}

.sh-home-ops-proof small {
  opacity: .72;
  align-self: start;
  margin-top: 3px;
  font-size: 10.5px;
}

.sh-home-proof {
  padding-top: clamp(38px, 4.5vw, 58px);
  padding-bottom: clamp(44px, 5vw, 68px);
}

.sh-home-proof-label {
  color: var(--sh-text-secondary);
  text-align: center;
  margin-bottom: 28px;
  display: block;
}

.sh-home-proof-stats {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border: 0;
  border-radius: 0;
  margin-top: clamp(34px, 4vw, 48px);
}

.sh-home-proof-stats .sh-stat {
  padding-top: 18px;
  padding-bottom: 8px;
}

.sh-home-results {
  overflow: clip;
}

.sh-home-results-layout {
  grid-template-columns: minmax(300px, .76fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
  display: grid;
}

.sh-home-results-copy {
  max-width: 510px;
}

.sh-home-results-title {
  letter-spacing: -.05em;
  text-wrap: balance;
  margin: 18px 0 0;
  font-size: clamp(3.3rem, 5.8vw, 6rem);
  font-weight: 500;
  line-height: .92;
}

.sh-home-results-copy > p {
  max-width: 480px;
  color: var(--sh-text-secondary);
  margin: 26px 0 0;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.sh-home-results-principle {
  color: var(--sh-text-muted);
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.sh-home-results-principle span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.sh-home-results-principle svg {
  color: var(--sh-accent);
}

.sh-home-results-board {
  border: 1px solid color-mix(in srgb, var(--sh-border) 70%, transparent);
  background: var(--sh-bg-card);
  border-radius: 24px;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
  display: grid;
  overflow: hidden;
}

.sh-home-results-primary {
  min-width: 0;
  min-height: 390px;
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 46px);
  display: flex;
  container-type: inline-size;
}

.sh-home-results-kicker {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 750;
  display: inline-flex;
}

.sh-home-results-primary > strong {
  font-family: var(--sh-font-serif);
  letter-spacing: -.075em;
  white-space: nowrap;
  margin-top: auto;
  font-size: clamp(5.8rem, 25cqi, 8.1rem);
  font-weight: 600;
  line-height: .78;
}

.sh-home-results-primary > strong span {
  letter-spacing: -.03em;
  margin-left: 5px;
  font-size: .46em;
}

.sh-home-results-primary > p {
  max-width: 300px;
  margin: 24px 0 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.sh-home-results-track {
  font-family: var(--sh-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
  font-size: 9px;
  font-weight: 700;
  display: grid;
}

.sh-home-results-track i {
  background: color-mix(in srgb, var(--sh-accent-text) 35%, transparent);
  height: 1px;
  position: relative;
}

.sh-home-results-track b {
  background: var(--sh-accent-text);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sh-home-results-ledger {
  grid-template-rows: repeat(3, minmax(0, 1fr));
  display: grid;
}

.sh-home-results-row {
  border-bottom: 1px solid color-mix(in srgb, var(--sh-border) 70%, transparent);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 24px 25px;
  display: grid;
}

.sh-home-results-row:last-child {
  border-bottom: 0;
}

.sh-home-results-icon {
  width: 38px;
  height: 38px;
  color: var(--sh-accent);
  border: 1px solid color-mix(in srgb, var(--sh-border) 65%, transparent);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sh-home-results-row small, .sh-home-results-row strong {
  display: block;
}

.sh-home-results-row small {
  color: var(--sh-text-muted);
  letter-spacing: .075em;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 700;
}

.sh-home-results-row strong {
  color: var(--sh-text-primary);
  font-family: var(--sh-font-serif);
  letter-spacing: -.035em;
  margin-top: 5px;
  font-size: clamp(2.15rem, 3vw, 3rem);
  font-weight: 600;
  line-height: .9;
}

.sh-home-results-cta {
  color: var(--sh-text-primary);
  border-top: 1px solid color-mix(in srgb, var(--sh-border) 70%, transparent);
  background: var(--sh-bg-secondary);
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 19px 22px 20px;
  transition: background .16s, color .16s;
  display: flex;
}

.sh-home-results-cta:hover {
  color: var(--sh-text-link);
  background: var(--sh-surface-hover);
}

.sh-home-results-cta small, .sh-home-results-cta strong {
  display: block;
}

.sh-home-results-cta small {
  color: var(--sh-text-muted);
  letter-spacing: .075em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.sh-home-results-cta strong {
  margin-top: 3px;
  font-size: 14px;
}

.sh-home-results-cta svg {
  flex: none;
}

.sh-home-services {
  background: var(--sh-bg-secondary);
  overflow: clip;
}

.sh-home-motion-head {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: clamp(48px, 7vw, 100px);
  display: grid;
}

.sh-home-motion-title {
  letter-spacing: -.045em;
  text-wrap: balance;
  max-width: 760px;
  margin-top: 15px;
  font-size: clamp(3.1rem, 5.5vw, 5.8rem);
  line-height: .94;
}

.sh-home-motion-intro {
  padding-bottom: 8px;
}

.sh-home-motion-intro > p:first-child {
  color: var(--sh-text-secondary);
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.sh-home-motion-links {
  color: var(--sh-text-muted);
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.sh-home-motion {
  border: 1px solid color-mix(in srgb, var(--sh-border) 70%, transparent);
  background: var(--sh-bg-card);
  border-radius: 24px;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  margin-top: clamp(46px, 5vw, 68px);
  display: grid;
  overflow: hidden;
}

.sh-home-motion-manifesto {
  min-height: 100%;
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 48px);
  display: flex;
}

.sh-home-motion-icon {
  border: 1px solid color-mix(in srgb, var(--sh-accent-text) 26%, transparent);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: inline-flex;
}

.sh-home-motion-manifesto h3 {
  color: var(--sh-accent-text);
  letter-spacing: -.04em;
  margin-top: 22px;
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  line-height: .94;
}

.sh-home-motion-manifesto > p {
  max-width: 330px;
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.sh-home-motion-words {
  font-family: var(--sh-font-serif);
  opacity: .72;
  gap: 2px;
  margin-top: auto;
  padding-top: 54px;
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-style: italic;
  line-height: 1.05;
  display: grid;
}

.sh-home-motion-list {
  min-width: 0;
}

.sh-home-motion-row {
  border-top: 1px solid color-mix(in srgb, var(--sh-border) 60%, transparent);
  min-height: 128px;
  color: inherit;
  grid-template-columns: 34px 48px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  text-decoration: none;
  transition: background .16s;
  display: grid;
}

.sh-home-motion-list .sh-reveal:first-child .sh-home-motion-row {
  border-top: 0;
}

.sh-home-motion-row:hover {
  background: color-mix(in srgb, var(--sh-accent) 7%, var(--sh-bg-card));
}

.sh-home-motion-index {
  color: var(--sh-text-muted);
  font-family: var(--sh-font-mono);
  font-size: 10px;
}

.sh-home-motion-row-icon {
  border: 1px solid color-mix(in srgb, var(--sh-border) 65%, transparent);
  width: 48px;
  height: 48px;
  color: var(--sh-text-link);
  background: var(--sh-bg-primary);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sh-home-motion-copy {
  grid-template-columns: minmax(150px, .68fr) minmax(220px, 1.32fr);
  align-items: center;
  column-gap: clamp(20px, 3vw, 42px);
  display: grid;
}

.sh-home-motion-copy .sh-eyebrow {
  align-self: end;
  margin-bottom: 5px;
}

.sh-home-motion-name {
  font-family: var(--sh-font-serif);
  grid-column: 1;
  align-self: start;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.sh-home-motion-body {
  color: var(--sh-text-secondary);
  grid-area: 1 / 2 / span 2;
  font-size: 13.5px;
  line-height: 1.55;
}

.sh-home-motion-arrow {
  border: 1px solid color-mix(in srgb, var(--sh-border) 65%, transparent);
  width: 40px;
  height: 40px;
  color: var(--sh-text-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .16s, color .16s, transform .16s;
  display: inline-flex;
}

.sh-home-motion-row:hover .sh-home-motion-arrow {
  border-color: var(--sh-accent);
  color: var(--sh-text-link);
  transform: translateX(3px);
}

.sh-home-outsourcing {
  border: 1px solid color-mix(in srgb, var(--sh-border) 70%, transparent);
  color: inherit;
  background: var(--sh-bg-card);
  border-radius: 20px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: clamp(20px, 2.8vw, 30px);
  text-decoration: none;
  transition: border-color .16s;
  display: grid;
}

.sh-home-outsourcing:hover {
  border-color: var(--sh-accent);
}

.sh-home-outsourcing-icon {
  width: 54px;
  height: 54px;
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sh-home-outsourcing-copy {
  grid-template-columns: minmax(180px, .6fr) minmax(260px, 1.4fr);
  align-items: center;
  column-gap: clamp(24px, 4vw, 56px);
  display: grid;
}

.sh-home-outsourcing-copy .sh-eyebrow {
  align-self: end;
  margin-bottom: 5px;
}

.sh-home-outsourcing-title {
  font-family: var(--sh-font-serif);
  grid-column: 1;
  align-self: start;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1;
}

.sh-home-outsourcing-body {
  color: var(--sh-text-secondary);
  grid-area: 1 / 2 / span 2;
  font-size: 13.5px;
  line-height: 1.55;
}

.sh-home-outsourcing-cta {
  color: var(--sh-accent-text);
  background: var(--sh-accent);
  white-space: nowrap;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

@keyframes shHomePulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--sh-accent) 55%, transparent);
  }

  70%, 100% {
    box-shadow: 0 0 0 7px #0000;
  }
}

@media (max-width: 1120px) {
  .sh-home-hero .sh-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 32px;
  }

  .sh-home-hero .sh-display {
    font-size: clamp(3.8rem, 6.3vw, 5.5rem);
  }
}

@media (max-width: 980px) {
  .sh-home-hero .sh-hero-grid {
    grid-template-columns: 1fr;
  }

  .sh-home-hero .sh-hero-inner, .sh-home-hero .sh-hero-visual {
    max-width: 720px;
  }

  .sh-home-results-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sh-home-results-copy {
    max-width: 720px;
  }

  .sh-home-results-copy > p {
    max-width: 650px;
  }

  .sh-home-results-board {
    max-width: 820px;
  }

  .sh-home-motion-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sh-home-motion-intro {
    max-width: 720px;
    padding-bottom: 0;
  }

  .sh-home-motion {
    grid-template-columns: 1fr;
  }

  .sh-home-motion-manifesto {
    min-height: 0;
  }

  .sh-home-motion-words {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 44px;
    padding-top: 0;
    display: flex;
  }

  .sh-home-outsourcing {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sh-home-outsourcing-cta {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .sh-home-motion-row {
    grid-template-columns: 28px 46px minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 20px 18px;
  }

  .sh-home-motion-copy {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sh-home-motion-body {
    grid-area: auto / 1;
    margin-top: 9px;
  }

  .sh-home-outsourcing-copy {
    grid-template-columns: 1fr;
  }

  .sh-home-outsourcing-body {
    grid-area: auto / 1;
    margin-top: 9px;
  }
}

@media (max-width: 620px) {
  .sh-home-hero .sh-display {
    font-size: clamp(3.15rem, 15.5vw, 4.4rem);
  }

  .sh-home-ops-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-home-ops-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  }

  .sh-home-ops-step:nth-child(4) {
    border-top: 1px solid color-mix(in srgb, var(--sh-text-primary) 10%, transparent);
  }

  .sh-home-ops-summary {
    padding: 20px 18px 18px;
  }

  .sh-home-ops-summary p {
    font-size: 12px;
  }

  .sh-home-ops-proof {
    grid-template-columns: 1fr;
  }

  .sh-home-ops-proof strong {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .sh-home-results-title {
    font-size: clamp(3rem, 13vw, 4.3rem);
  }

  .sh-home-results-board {
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .sh-home-results-primary {
    min-height: 340px;
    padding: 28px 24px;
  }

  .sh-home-results-primary > strong {
    font-size: clamp(5.2rem, 25cqi, 7.5rem);
  }

  .sh-home-results-ledger {
    grid-template-rows: none;
  }

  .sh-home-results-row {
    padding: 20px 22px;
  }

  .sh-home-results-cta {
    grid-column: 1;
  }

  .sh-home-motion-title {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .sh-home-motion {
    border-radius: 20px;
  }

  .sh-home-motion-manifesto {
    padding: 28px 24px;
  }

  .sh-home-motion-manifesto h3 {
    font-size: clamp(2.5rem, 12vw, 3.4rem);
  }

  .sh-home-motion-index {
    display: none;
  }

  .sh-home-motion-row {
    grid-template-columns: 44px minmax(0, 1fr) 36px;
    min-height: 0;
    padding: 20px 16px;
  }

  .sh-home-motion-row-icon {
    width: 44px;
    height: 44px;
  }

  .sh-home-motion-arrow {
    width: 36px;
    height: 36px;
  }

  .sh-home-outsourcing {
    grid-template-columns: 1fr;
  }

  .sh-home-outsourcing-icon {
    width: 50px;
    height: 50px;
  }

  .sh-home-outsourcing-cta {
    grid-column: 1;
  }
}

@media (max-width: 420px) {
  .sh-home-ops-event small {
    max-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-home-ops-live .d {
    animation: none;
  }
}

/*# sourceMappingURL=src_app_%28site%29_home_0rizj-2.css.map*/