:root {
  --sw-accent: #f24e3e;
  --sw-accent-2: #d9ff54;
  --biz-green: #1c5144;
  --biz-blue: #2456ef;
  --biz-mist: #eef1ec;
  --biz-warm: #f4eee7;
}

.biz-body {
  background: var(--biz-mist);
}

.biz-hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  border-bottom: 3px solid var(--sw-ink);
  background: var(--biz-green);
}

.biz-hero-image {
  position: absolute;
  inset: 0 1.5% 0 auto;
  display: block;
  width: 56%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--biz-green);
}

.biz-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 30% 0 0;
  background: #f9faf7;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
}

.biz-hero-backtype {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: -24px;
  display: grid;
  color: transparent;
  font-size: 132px;
  font-weight: 950;
  line-height: .72;
  -webkit-text-stroke: 2px rgba(28, 81, 68, .12);
  pointer-events: none;
  transform: rotate(-3deg);
}

.biz-hero-backtype b {
  margin-left: 94px;
  color: rgba(28, 81, 68, .055);
  font-size: 164px;
  -webkit-text-stroke: 0;
}

.biz-hero-rule {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 58.5%;
  width: 16px;
  border-inline: 3px solid var(--sw-ink);
  background: var(--sw-accent);
  transform: skewX(-7deg);
}

.biz-hero-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 830px;
  padding-top: 122px;
  padding-bottom: 82px;
}

.biz-hero-copy {
  width: 59%;
  max-width: 720px;
}

.biz-hero h1 {
  margin: 17px 0 0;
}

.biz-hero-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 7px 11px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 5px 5px 0 var(--biz-green);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  transform: rotate(-1deg);
}

.biz-hero-status span {
  width: 8px;
  height: 8px;
  background: var(--sw-accent);
}

.biz-hero-eyebrow {
  display: table;
  margin: 22px 0 0;
  padding: 6px 10px;
  background: var(--biz-green);
  color: var(--sw-white);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.biz-hero-title-label {
  display: table;
  margin: 0 0 18px;
  padding: 7px 12px 8px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-accent-2);
  box-shadow: 6px 6px 0 var(--sw-accent);
  color: var(--sw-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  transform: rotate(-1deg);
}

.biz-hero h1 em {
  display: block;
  color: var(--sw-ink);
  font-size: 68px;
  font-style: normal;
  font-weight: 950;
  line-height: .96;
}

.biz-hero h1 strong {
  color: var(--biz-green);
  font: inherit;
}

.biz-hero-subtitle {
  display: table;
  margin: 22px 0 0;
  padding: 8px 12px;
  background: var(--sw-accent);
  color: var(--sw-white);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.biz-hero-lead {
  max-width: 625px;
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--biz-green);
  background: rgba(28, 81, 68, .075);
  color: #3f4542;
  font-size: 13px;
  font-weight: 650;
}

.biz-hero-lead strong {
  color: var(--sw-ink);
}

.biz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 23px;
}

.biz-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.biz-hero-meta li {
  padding: 6px 9px;
  border: 1px solid var(--sw-ink);
  font-size: 9px;
  font-weight: 900;
}

.biz-hero-caption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  margin: 0;
  padding: 8px 11px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-accent-2);
  box-shadow: 4px 4px 0 var(--sw-ink);
  font-size: 9px;
  font-weight: 950;
  line-height: 1.15;
}

.biz-hero-caption span {
  display: block;
  margin-bottom: 3px;
  color: var(--sw-accent);
}

.biz-hero-side-note {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 10px;
  margin: 0;
  color: var(--biz-green);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  writing-mode: vertical-rl;
}

.biz-hero-copy > * {
  animation: biz-hero-copy-in 620ms cubic-bezier(.2, .72, .2, 1) both;
}

.biz-hero-copy > :nth-child(1) { animation-delay: 820ms; }
.biz-hero-copy > :nth-child(2) { animation-delay: 890ms; }
.biz-hero-copy > :nth-child(3) { animation-delay: 960ms; }
.biz-hero-copy > :nth-child(4) { animation-delay: 1030ms; }
.biz-hero-copy > :nth-child(5) { animation-delay: 1100ms; }
.biz-hero-copy > :nth-child(6) { animation-delay: 1170ms; }
.biz-hero-copy > :nth-child(7) { animation-delay: 1240ms; }

@keyframes biz-hero-copy-in {
  from { opacity: 0; transform: translateY(26px) skewY(.8deg); }
  to { opacity: 1; transform: translateY(0) skewY(0); }
}

.biz-usecases {
  padding: 112px 0 124px;
  background: var(--sw-white);
}

.biz-usecase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 3px solid var(--sw-ink);
}

.biz-usecase {
  min-width: 0;
  min-height: 0;
  border-left: 2px solid var(--sw-ink);
}

.biz-usecase:nth-child(odd) {
  border-left: 0;
}

.biz-usecase:nth-child(n+3) {
  border-top: 2px solid var(--sw-ink);
}

.biz-usecase-media {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--sw-ink);
  background: #dfe8e4;
}

.biz-usecase-media img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.biz-usecase-media span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border: 2px solid var(--sw-ink);
  background: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.biz-usecase-content {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  min-height: 235px;
  padding: 28px;
}

.biz-usecase-icon {
  display: grid;
  place-items: center;
  align-self: start;
  width: 64px;
  height: 64px;
  border: 2px solid var(--sw-ink);
  background: var(--sw-accent-2);
}

.biz-usecase-icon svg {
  width: 27px;
  height: 27px;
}

.biz-usecase h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.biz-usecase p {
  margin: 11px 0 0;
  color: var(--sw-muted);
  font-size: 12px;
}

.biz-usecase ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.biz-usecase li {
  padding: 4px 7px;
  border: 1px solid #a5aaa6;
  font-size: 9px;
  font-weight: 800;
}

.biz-model-videos {
  padding: 112px 0 124px;
  border-block: 3px solid var(--sw-ink);
  background: #dce8e2;
}

.biz-model-videos .sw-kicker {
  color: var(--biz-green);
}

.biz-model-video-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
}

.biz-model-video-grid article {
  min-width: 0;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 7px 7px 0 var(--sw-ink);
}

.biz-model-video-grid article:first-child {
  box-shadow: 7px 7px 0 var(--sw-accent);
}

.biz-model-video-frame {
  overflow: hidden;
  border-bottom: 3px solid var(--sw-ink);
  background: var(--sw-ink);
  aspect-ratio: 16 / 9;
}

.biz-model-video-frame iframe,
.biz-model-video-frame .sw-youtube-fallback {
  width: 100%;
  height: 100%;
  border: 0;
}

.biz-model-video-copy {
  padding: 23px 24px 25px;
}

.biz-model-video-copy > span {
  display: table;
  padding: 5px 8px;
  background: var(--biz-green);
  color: var(--sw-white);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.biz-model-video-copy h3 {
  margin: 12px 0 0;
  font-size: 23px;
  line-height: 1.25;
}

.biz-model-video-copy p {
  min-height: 48px;
  margin: 10px 0 0;
  color: var(--sw-muted);
  font-size: 11px;
}

.biz-model-video-copy a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--sw-accent);
  font-size: 11px;
  font-weight: 950;
}

.biz-model-video-note {
  margin: 22px 0 0;
  padding-left: 13px;
  border-left: 3px solid var(--biz-green);
  color: #4e5a55;
  font-size: 10px;
}

.biz-scope {
  padding: 110px 0 122px;
  background: var(--sw-ink);
  color: var(--sw-white);
}

.biz-scope .sw-section-head > p {
  color: #b9bbc2;
}

.biz-scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--sw-white);
}

.biz-scope-column {
  min-height: 430px;
  padding: 36px;
}

.biz-scope-column + .biz-scope-column {
  border-left: 2px solid var(--sw-white);
}

.biz-scope-column.is-primary {
  background: var(--biz-green);
}

.biz-scope-column > span {
  color: var(--sw-accent-2);
  font-size: 10px;
  font-weight: 950;
}

.biz-scope-column h3 {
  margin: 10px 0 0;
  font-size: 26px;
  line-height: 1.2;
}

.biz-scope-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.biz-scope-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  border-top: 1px solid #74777b;
  font-size: 12px;
  font-weight: 750;
}

.biz-scope-list svg {
  flex: 0 0 auto;
  color: var(--sw-accent-2);
}

.biz-scope-note {
  margin: 24px 0 0;
  color: #b9bbc2;
  font-size: 11px;
}

.biz-showcase {
  padding: 112px 0 124px;
  background: var(--biz-warm);
}

.biz-showcase-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 20px;
}

.biz-showcase figure {
  margin: 0;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 6px 6px 0 var(--sw-ink);
}

.biz-showcase-media {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-bottom: 3px solid var(--sw-ink);
  background: #dae5df;
}

.biz-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-showcase figure:first-child .biz-showcase-media img {
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.18);
  transform-origin: center 35%;
}

.biz-showcase figure:nth-child(2) .biz-showcase-media img {
  object-fit: contain;
  object-position: center bottom;
}

.biz-showcase figure:first-child .biz-showcase-media {
  background: #d7e8e2;
}

.biz-showcase figure:nth-child(2) .biz-showcase-media {
  background: #e8e1d9;
}

.biz-showcase-tag {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 5px 8px;
  border: 2px solid var(--sw-ink);
  background: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.biz-showcase figcaption {
  padding: 18px;
}

.biz-showcase figcaption strong,
.biz-showcase figcaption span {
  display: block;
}

.biz-showcase figcaption strong {
  font-size: 14px;
}

.biz-showcase figcaption span {
  margin-top: 4px;
  color: var(--sw-muted);
  font-size: 10px;
}

.biz-deliverables {
  padding: 112px 0 124px;
  background: var(--sw-white);
}

.biz-deliverable-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.biz-deliverable-intro {
  position: sticky;
  top: 110px;
}

.biz-deliverable-intro h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.14;
}

.biz-deliverable-intro > p:not(.sw-kicker) {
  margin: 22px 0 0;
  color: var(--sw-muted);
  font-size: 13px;
}

.biz-deliverable-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 3px solid var(--sw-ink);
}

.biz-deliverable-list article {
  min-height: 190px;
  padding: 25px 22px;
  border-bottom: 1px solid #9ca19d;
}

.biz-deliverable-list article:nth-child(even) {
  border-left: 1px solid #9ca19d;
}

.biz-deliverable-list svg {
  width: 25px;
  height: 25px;
  color: var(--biz-blue);
}

.biz-deliverable-list h3 {
  margin: 25px 0 0;
  font-size: 15px;
}

.biz-deliverable-list p {
  margin: 8px 0 0;
  color: var(--sw-muted);
  font-size: 10px;
}

.biz-plans {
  padding: 112px 0 124px;
  border-block: 3px solid var(--sw-ink);
  background: var(--biz-green);
  color: var(--sw-white);
}

.biz-plans .sw-section-head > p {
  color: #c7d1cd;
}

.biz-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.biz-plan {
  display: grid;
  align-content: start;
  padding: 30px;
  border: 2px solid var(--sw-white);
  background: #21473e;
}

.biz-plan.is-featured {
  border-color: var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 7px 7px 0 var(--sw-accent);
  color: var(--sw-ink);
}

.biz-plan-label {
  margin: 0;
  color: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.biz-plan.is-featured .biz-plan-label {
  color: var(--biz-green);
}

.biz-plan h3 {
  min-height: 58px;
  margin: 12px 0 0;
  font-size: 21px;
  line-height: 1.25;
}

.biz-plan-price {
  margin: 21px 0 0;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.15;
}

.biz-plan-price small {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
}

.biz-plan p.biz-plan-desc {
  min-height: 62px;
  margin: 14px 0 0;
  color: #c7d1cd;
  font-size: 11px;
}

.biz-plan.is-featured p.biz-plan-desc {
  color: var(--sw-muted);
}

.biz-plan ul {
  display: grid;
  gap: 9px;
  min-height: 170px;
  margin: 22px 0 0;
  padding: 22px 0 0 18px;
  border-top: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
}

.biz-plan .sw-button {
  width: 100%;
  margin-top: 24px;
}

.biz-price-note {
  margin: 24px 0 0;
  color: #c7d1cd;
  font-size: 11px;
}

.biz-process {
  padding: 110px 0 122px;
  background: var(--biz-mist);
}

.biz-process-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  margin: 0 0 30px;
  border: 3px solid var(--sw-ink);
  background: #0f1e2e;
  box-shadow: 6px 6px 0 var(--sw-ink);
}

.biz-process-board img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.biz-process-board figcaption {
  display: grid;
  align-content: end;
  padding: 26px;
  border-left: 3px solid var(--sw-ink);
  background: var(--sw-white);
}

.biz-process-board figcaption strong,
.biz-process-board figcaption span {
  display: block;
}

.biz-process-board figcaption strong {
  color: var(--biz-green);
  font-size: 19px;
}

.biz-process-board figcaption span {
  margin-top: 8px;
  color: var(--sw-muted);
  font-size: 11px;
}

.biz-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 3px solid var(--sw-ink);
}

.biz-process-grid article {
  min-height: 225px;
  padding: 26px 21px;
  border-left: 1px solid #9da39e;
}

.biz-process-grid article:first-child {
  border-left: 0;
}

.biz-process-grid span {
  color: var(--biz-green);
  font-size: 11px;
  font-weight: 950;
}

.biz-process-grid h3 {
  margin: 48px 0 0;
  font-size: 15px;
  line-height: 1.3;
}

.biz-process-grid p {
  margin: 9px 0 0;
  color: var(--sw-muted);
  font-size: 10px;
}

.biz-faq {
  padding: 104px 0 118px;
  background: var(--sw-white);
}

.biz-faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 3px solid var(--sw-ink);
}

.biz-faq details {
  border-bottom: 1px solid #a7aaa8;
}

.biz-faq summary {
  padding: 24px 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.biz-faq details p {
  margin: 0;
  padding: 0 4px 25px;
  color: var(--sw-muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .biz-hero::before {
    right: 20%;
  }

  .biz-hero-rule {
    left: 69%;
  }

  .biz-hero-copy {
    width: 69%;
  }

  .biz-hero h1 em {
    font-size: 54px;
  }

  .biz-showcase-grid,
  .biz-model-video-grid,
  .biz-deliverable-layout {
    grid-template-columns: 1fr;
  }

  .biz-model-video-copy p {
    min-height: 0;
  }

  .biz-deliverable-intro {
    position: static;
  }

  .biz-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .biz-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .biz-process-grid article:nth-child(odd) {
    border-left: 0;
  }

  .biz-process-grid article:nth-child(n+3) {
    border-top: 1px solid #9da39e;
  }
}

@media (max-width: 680px) {
  .biz-hero {
    min-height: 970px;
  }

  .biz-hero-image {
    right: 0;
    width: 100%;
    height: 36%;
    object-position: center bottom;
  }

  .biz-hero::before {
    top: 31%;
    right: 0;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  }

  .biz-hero-rule {
    top: 31%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 13px;
    transform: rotate(-2deg);
  }

  .biz-hero-inner {
    min-height: 970px;
    align-items: flex-end;
    padding-top: 342px;
    padding-bottom: 42px;
  }

  .biz-hero-copy {
    width: 100%;
  }

  .biz-hero h1 em {
    font-size: 36px;
  }

  .biz-hero-title-label {
    font-size: 11px;
    line-height: 1.3;
  }

  .biz-hero-status {
    font-size: 8px;
  }

  .biz-hero-eyebrow {
    font-size: 9px;
  }

  .biz-hero-subtitle {
    font-size: 11px;
  }

  .biz-hero-lead {
    font-size: 12px;
  }

  .biz-hero-actions {
    display: grid;
  }

  .biz-hero-actions .sw-button {
    width: 100%;
  }

  .biz-hero-caption {
    top: 268px;
    right: 12px;
    bottom: auto;
  }

  .biz-hero-backtype,
  .biz-hero-side-note {
    display: none;
  }

  .biz-usecases,
  .biz-model-videos,
  .biz-scope,
  .biz-showcase,
  .biz-deliverables,
  .biz-plans,
  .biz-process,
  .biz-faq {
    padding: 82px 0 92px;
  }

  .biz-usecase-grid,
  .biz-scope-grid,
  .biz-deliverable-list,
  .biz-plan-grid,
  .biz-process-grid {
    grid-template-columns: 1fr;
  }

  .biz-usecase {
    min-height: 0;
    border-top: 2px solid var(--sw-ink);
    border-left: 0;
  }

  .biz-usecase:first-child {
    border-top: 0;
  }

  .biz-usecase-icon {
    width: 52px;
    height: 52px;
  }

  .biz-usecase-content {
    grid-template-columns: 52px 1fr;
    min-height: 0;
    gap: 16px;
    padding: 22px 18px 24px;
  }

  .biz-model-video-copy {
    padding: 19px 18px 21px;
  }

  .biz-model-video-copy h3 {
    font-size: 19px;
  }

  .biz-scope-column {
    min-height: 0;
    padding: 26px 22px;
  }

  .biz-scope-column + .biz-scope-column {
    border-top: 2px solid var(--sw-white);
    border-left: 0;
  }

  .biz-showcase-media {
    height: 310px;
  }

  .biz-process-board {
    grid-template-columns: 1fr;
  }

  .biz-process-board figcaption {
    padding: 20px;
    border-top: 3px solid var(--sw-ink);
    border-left: 0;
  }

  .biz-deliverable-intro h2 {
    font-size: 34px;
  }

  .biz-deliverable-list article:nth-child(even) {
    border-left: 0;
  }

  .biz-plan h3,
  .biz-plan p.biz-plan-desc,
  .biz-plan ul {
    min-height: 0;
  }

  .biz-process-grid article {
    min-height: 0;
    border-top: 1px solid #9da39e;
    border-left: 0;
  }

  .biz-process-grid article:first-child {
    border-top: 0;
  }

  .biz-process-grid h3 {
    margin-top: 24px;
  }
}
