/* [project]/app/(marketing)/concepts/what-we-do/what-we-do.module.css [app-client] (css) */
.what-we-do-module__hFb_PW__page {
  background: var(--p-bg);
  padding-block: clamp(3rem, 7vw, 5rem) clamp(4rem, 9vw, 7rem);
}

.what-we-do-module__hFb_PW__eyebrow {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .18em;
  color: var(--brand-blue);
  margin-bottom: .9rem;
  font-size: .68rem;
}

.what-we-do-module__hFb_PW__title {
  letter-spacing: -.038em;
  color: var(--t-superdark);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.07;
}

.what-we-do-module__hFb_PW__turn {
  color: var(--brand-blue);
  display: block;
}

.what-we-do-module__hFb_PW__stand {
  max-width: 44rem;
  color: var(--t-normal);
  text-wrap: pretty;
  margin-top: 1rem;
  font-size: .9375rem;
  line-height: 1.6;
}

.what-we-do-module__hFb_PW__slot {
  margin-top: clamp(3rem, 7vw, 5rem);
}

.what-we-do-module__hFb_PW__slotHead {
  border-top: 1px solid var(--p-border);
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.what-we-do-module__hFb_PW__slotName {
  letter-spacing: -.012em;
  color: var(--t-superdark);
  font-size: 1.05rem;
  font-weight: 640;
}

.what-we-do-module__hFb_PW__slotNote {
  max-width: 52rem;
  color: var(--t-normal);
  text-wrap: pretty;
  margin-top: .35rem;
  font-size: .875rem;
  line-height: 1.55;
}

.what-we-do-module__hFb_PW__regionLabel, .what-we-do-module__hFb_PW__regionLabelMid {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8fa1b5;
  font-size: .66rem;
}

.what-we-do-module__hFb_PW__regionLabelMid {
  color: #7fd4ff;
}

.what-we-do-module__hFb_PW__regionSub {
  color: #9aa9ba;
  text-wrap: pretty;
  max-width: 22rem;
  margin-top: .5rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.what-we-do-module__hFb_PW__marks {
  flex-wrap: wrap;
  gap: .55rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.what-we-do-module__hFb_PW__marks img {
  width: 22px;
  height: 22px;
}

.what-we-do-module__hFb_PW__marksGrey img {
  filter: grayscale() brightness(1.6);
  opacity: .66;
}

.what-we-do-module__hFb_PW__agents {
  flex-wrap: wrap;
  gap: .9rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.what-we-do-module__hFb_PW__agents li {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9aa9ba;
  align-items: center;
  gap: .4rem;
  font-size: .62rem;
  display: flex;
}

.what-we-do-module__hFb_PW__plate {
  background: #050b14;
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
}

.what-we-do-module__hFb_PW__field {
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 22rem;
  display: grid;
}

.what-we-do-module__hFb_PW__fieldSide {
  flex-direction: column;
  gap: .9rem;
  display: flex;
}

.what-we-do-module__hFb_PW__fieldMid {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  display: flex;
}

.what-we-do-module__hFb_PW__fieldMid .what-we-do-module__hFb_PW__regionSub {
  margin-top: 0;
}

.what-we-do-module__hFb_PW__fieldLens {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  width: min(100%, 15rem);
}

.what-we-do-module__hFb_PW__plateGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  max-width: 15rem;
  display: grid;
}

.what-we-do-module__hFb_PW__plateThumb {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  width: 100%;
}

.what-we-do-module__hFb_PW__ruled {
  border: 1px solid var(--p-border);
  border-radius: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  overflow: hidden;
}

.what-we-do-module__hFb_PW__cell {
  border-inline-end: 1px solid var(--p-border);
  flex-direction: column;
  gap: .7rem;
  padding: clamp(1.25rem, 2.5vw, 1.9rem);
  display: flex;
}

.what-we-do-module__hFb_PW__cell:last-child {
  border-inline-end: 0;
}

.what-we-do-module__hFb_PW__cellDark {
  background: #050b14;
}

.what-we-do-module__hFb_PW__cellDark .what-we-do-module__hFb_PW__cellTitle {
  color: #f2f6fa;
}

.what-we-do-module__hFb_PW__cellDark .what-we-do-module__hFb_PW__cellBody {
  color: #a9b7c7;
}

.what-we-do-module__hFb_PW__cellDark .what-we-do-module__hFb_PW__step {
  color: #7fd4ff;
}

.what-we-do-module__hFb_PW__step {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  color: var(--t-light);
  font-size: .62rem;
}

.what-we-do-module__hFb_PW__cellTitle {
  letter-spacing: -.012em;
  color: var(--t-superdark);
  font-size: 1.0625rem;
  font-weight: 640;
}

.what-we-do-module__hFb_PW__cellBody {
  color: var(--t-normal);
  text-wrap: pretty;
  font-size: .875rem;
  line-height: 1.55;
}

.what-we-do-module__hFb_PW__cellLens {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  align-self: center;
  width: min(100%, 11rem);
  margin-top: auto;
}

.what-we-do-module__hFb_PW__cell .what-we-do-module__hFb_PW__marks, .what-we-do-module__hFb_PW__cell .what-we-do-module__hFb_PW__agents {
  margin-top: auto;
}

.what-we-do-module__hFb_PW__descent {
  text-align: center;
  background: #050b14;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
}

.what-we-do-module__hFb_PW__descentRow {
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  display: flex;
}

.what-we-do-module__hFb_PW__descentFlow {
  gap: .6rem;
  height: 2.5rem;
  display: flex;
}

.what-we-do-module__hFb_PW__descentFlow span {
  background: linear-gradient(#0000, #4a9fd8, #0000);
  width: 1px;
}

.what-we-do-module__hFb_PW__descentFlow span:nth-child(2) {
  height: 100%;
}

.what-we-do-module__hFb_PW__descentFlow span:first-child, .what-we-do-module__hFb_PW__descentFlow span:nth-child(3) {
  opacity: .5;
  align-self: center;
  height: 70%;
}

.what-we-do-module__hFb_PW__descentCore {
  text-align: left;
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.what-we-do-module__hFb_PW__descentLens {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  flex: none;
  width: 8.5rem;
}

.what-we-do-module__hFb_PW__sentence {
  border-top: 1px solid var(--p-border);
  border-bottom: 1px solid var(--p-border);
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.what-we-do-module__hFb_PW__line {
  letter-spacing: -.03em;
  color: var(--t-superdark);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: .8rem 1.1rem;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.what-we-do-module__hFb_PW__clause {
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  display: flex;
}

.what-we-do-module__hFb_PW__joiner {
  color: var(--t-light);
  padding-bottom: .35rem;
  font-size: clamp(.85rem, 1.4vw, 1.05rem);
  font-weight: 400;
}

.what-we-do-module__hFb_PW__under {
  display: block;
}

.what-we-do-module__hFb_PW__under .what-we-do-module__hFb_PW__marks img {
  filter: grayscale();
  opacity: .55;
  width: 20px;
  height: 20px;
}

.what-we-do-module__hFb_PW__under .what-we-do-module__hFb_PW__agents li {
  color: var(--t-light);
}

.what-we-do-module__hFb_PW__inlineLens {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  width: 4.5rem;
}

@media (max-width: 860px) {
  .what-we-do-module__hFb_PW__field, .what-we-do-module__hFb_PW__ruled {
    grid-template-columns: minmax(0, 1fr);
  }

  .what-we-do-module__hFb_PW__cell {
    border-inline-end: 0;
    border-block-end: 1px solid var(--p-border);
  }

  .what-we-do-module__hFb_PW__cell:last-child {
    border-block-end: 0;
  }

  .what-we-do-module__hFb_PW__descentCore {
    text-align: center;
    flex-direction: column;
  }

  .what-we-do-module__hFb_PW__line {
    font-size: 1.35rem;
  }
}

/*# sourceMappingURL=app_%28marketing%29_concepts_what-we-do_what-we-do_module_4c4da5b9.css.map*/