/* Public homepage narrative. Scoped to avoid changing the other public routes. */
.serge-home .content-section,
.serge-home .content-closing {
  color: #24252b;
  background: #fff;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}
.serge-home .content-section {
  padding-block: clamp(88px, 9.5vw, 144px);
  scroll-margin-top: calc(var(--nav-h, 76px) + 28px);
}
.serge-home .content-wrap {
  width: min(100% - clamp(40px, 9vw, 144px), 1200px);
  margin-inline: auto;
}
.serge-home .content-title {
  margin: 0;
  max-width: 18ch;
  font-family:
    'Inter Display',
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: clamp(35px, 4.65vw, 66px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.047em;
  text-wrap: balance;
}
.serge-home .content-title span {
  color: #7a2438;
}
.serge-home .content-lead {
  max-width: 43ch;
  margin: 0;
  color: #62636b;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  letter-spacing: -0.018em;
  text-wrap: pretty;
}
.serge-home .content-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-items: end;
  gap: clamp(32px, 6vw, 100px);
  margin-bottom: clamp(48px, 6vw, 80px);
}
.serge-home .content-problem {
  background: #f4f4f5;
}
.serge-home .content-problem-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
}
.serge-home .content-problem .content-title {
  max-width: 19ch;
}
.serge-home .content-dispersion {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(36px, 8vw, 120px);
  align-items: center;
  padding-top: clamp(50px, 6vw, 84px);
}
.serge-home .content-scattered {
  position: relative;
  min-height: 310px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.serge-home .content-scattered li {
  position: absolute;
  color: #24252b;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9ce;
}
.serge-home .content-scattered li span {
  display: block;
  margin-top: 8px;
  color: #62636b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.serge-home .content-scattered li:nth-child(1) {
  top: 5%;
  left: 2%;
  transform: rotate(-6deg);
}
.serge-home .content-scattered li:nth-child(2) {
  top: 0;
  right: 6%;
  transform: rotate(4deg);
}
.serge-home .content-scattered li:nth-child(3) {
  top: 39%;
  left: 30%;
  transform: rotate(-3deg);
}
.serge-home .content-scattered li:nth-child(4) {
  bottom: 3%;
  left: 1%;
  transform: rotate(4deg);
}
.serge-home .content-scattered li:nth-child(5) {
  bottom: 7%;
  right: 0;
  transform: rotate(-4deg);
}
.serge-home .content-common {
  padding-block: 28px;
}
.serge-home .content-common-line {
  display: block;
  width: 64px;
  height: 4px;
  background: #7a2438;
  margin-bottom: 28px;
}
.serge-home .content-common > p:first-of-type {
  color: #62636b;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.serge-home .content-common-answer {
  margin: 0;
  color: #7a2438;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.serge-home .content-product {
  padding-bottom: 0;
}
.serge-home .content-product-figure {
  margin: 0;
}
.serge-home .content-context-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  align-items: center;
  gap: 76px 44px;
  padding: clamp(40px, 6vw, 88px) clamp(28px, 4.5vw, 66px);
  background: #f4f4f5;
  min-height: 430px;
}
.serge-home .content-map-branch {
  position: relative;
  z-index: 1;
}
.serge-home .content-map-branch h3 {
  margin: 0 0 8px;
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.serge-home .content-map-branch p {
  margin: 0;
  color: #62636b;
  font-size: 14px;
  line-height: 1.5;
}
.serge-home .content-map-planning {
  grid-area: 1 / 1;
}
.serge-home .content-map-documents {
  grid-area: 1 / 3;
}
.serge-home .content-map-team {
  grid-area: 2 / 1;
}
.serge-home .content-map-client {
  grid-area: 2 / 3;
}
.serge-home .content-map-branch::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #c7b2b7;
  top: 16px;
  right: -32px;
}
.serge-home .content-map-documents::after,
.serge-home .content-map-client::after {
  right: auto;
  left: -32px;
}
.serge-home .content-map-center {
  grid-area: 1 / 2 / 3 / 3;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}
.serge-home .content-map-truck {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 52 / 27;
}
.serge-home .content-truck-shape {
  display: block;
  width: 100%;
  height: 100%;
}
.serge-home .content-truck-label {
  position: absolute;
  left: 1.5385%;
  top: 5.9259%;
  width: 73.0769%;
  height: 71.8519%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #fff;
}
.serge-home .content-truck-label span {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #fff;
}
.serge-home .content-map-center strong {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.serge-home .content-map-center p {
  max-width: 26ch;
  font-size: 15px;
  line-height: 1.5;
  margin: 12px 0 0;
  color: #62636b;
}
.serge-home .content-product-figure figcaption {
  color: #62636b;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.serge-home .content-process .content-title {
  max-width: 25ch;
}
.serge-home .content-steps {
  list-style: none;
  margin: 64px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}
.serge-home .content-steps li {
  border-top: 1px solid #d9d9de;
  padding-top: 18px;
}
.serge-home .content-step-number {
  display: block;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  color: #7a2438;
  margin-bottom: 48px;
}
.serge-home .content-steps h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.serge-home .content-steps p {
  margin: 0;
  color: #62636b;
  font-size: 16px;
  line-height: 1.5;
}
.serge-home .content-operations {
  background: #f4f4f5;
}
.serge-home .content-operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 9vw, 130px);
}
.serge-home .content-operations-intro .content-lead {
  max-width: 25ch;
  margin-top: 28px;
}
.serge-home .content-areas {
  margin: 0;
}
.serge-home .content-areas > div {
  border-top: 1px solid #d4d4d9;
  padding-block: 24px 28px;
}
.serge-home .content-areas > div:first-child {
  padding-top: 0;
  border-top: 0;
}
.serge-home .content-areas > div:last-child {
  padding-bottom: 0;
}
.serge-home .content-areas dt {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.serge-home .content-area-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  fill: none;
  stroke: #7a2438;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.serge-home .content-areas dd {
  max-width: 46ch;
  margin: 0;
  padding-left: 44px;
  color: #62636b;
  font-size: 17px;
  line-height: 1.5;
}
.serge-home .content-comparison .content-title {
  max-width: 25ch;
}
.serge-home .content-comparison-table {
  margin-top: 64px;
}
.serge-home .content-comparison-head,
.serge-home .content-comparison-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 7vw, 100px);
}
.serge-home .content-comparison-head {
  padding-bottom: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #62636b;
}
.serge-home .content-comparison-head > span:last-child {
  color: #7a2438;
}
.serge-home .content-comparison-row {
  border-top: 1px solid #dddde1;
  padding-block: 28px;
}
.serge-home .content-comparison-row p {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}
.serge-home .content-comparison-row p:first-child {
  color: #62636b;
}
.serge-home .content-comparison-row p:last-child {
  color: #7a2438;
}
.serge-home .content-audiences {
  padding-top: 0;
}
.serge-home .content-audiences .content-title {
  max-width: 20ch;
}
.serge-home .content-people {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.serge-home .content-people article {
  border-top: 2px solid #7a2438;
  padding-top: 27px;
}
.serge-home .content-people h3 {
  margin: 0 0 20px;
  font-size: clamp(23px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.038em;
}
.serge-home .content-people p {
  margin: 0;
  color: #62636b;
  font-size: 16px;
  line-height: 1.5;
}
.serge-home .content-closing {
  padding-block: clamp(90px, 10vw, 150px);
  background: #7a2438;
  color: #fff;
}
.serge-home .content-closing h2 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(37px, 5.5vw, 76px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.047em;
  text-wrap: balance;
}
.serge-home .content-closing h2 span {
  color: #e1bdc6;
}
.serge-home .content-closing p {
  margin: 34px 0 0;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.5;
  color: #f1e6e9;
}
@media (max-width: 1050px) {
  .serge-home .content-split-heading,
  .serge-home .content-problem-heading {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 42px;
  }
  .serge-home .content-context-map {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 58px 28px;
    padding-inline: 30px;
  }
  .serge-home .content-map-branch::after {
    width: 20px;
    right: -24px;
  }
  .serge-home .content-map-documents::after,
  .serge-home .content-map-client::after {
    left: -24px;
  }
  .serge-home .content-steps {
    gap: 18px;
  }
  .serge-home .content-steps h3 {
    font-size: 19px;
  }
  .serge-home .content-steps p {
    font-size: 15px;
  }
  .serge-home .content-operations-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
  }
  .serge-home .content-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 40px;
  }
}
@media (max-width: 1000px) {
  .serge-home .content-context-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: 0 24px;
    padding: 28px 20px;
    min-height: auto;
  }
  .serge-home .content-map-planning {
    grid-area: 1 / 1;
  }
  .serge-home .content-map-documents {
    grid-area: 1 / 2;
  }
  .serge-home .content-map-center {
    grid-area: 2 / 1 / 3 / 3;
    min-height: 0;
    margin-block: 36px;
    padding: 0;
  }
  .serge-home .content-map-center strong {
    font-size: clamp(25px, 5.2vw, 36px);
  }
  .serge-home .content-map-center p {
    max-width: 26ch;
    margin-top: 16px;
  }
  .serge-home .content-map-team {
    grid-area: 3 / 1;
  }
  .serge-home .content-map-client {
    grid-area: 3 / 2;
  }
  .serge-home .content-map-branch h3 {
    font-size: 17px;
  }
  .serge-home .content-map-branch p {
    font-size: 12px;
  }
  .serge-home .content-map-branch::after {
    top: auto;
    bottom: -30px;
    left: 0;
    right: auto;
    width: 1px;
    height: 24px;
  }
  .serge-home .content-map-team::after,
  .serge-home .content-map-client::after {
    top: -30px;
    bottom: auto;
    left: 0;
  }
  .serge-home .content-truck-label span {
    font-size: clamp(14px, 2vw, 17px);
  }
}
@media (max-width: 700px) {
  .serge-home .content-section {
    padding-block: 80px;
  }
  .serge-home .content-wrap {
    width: calc(100% - 40px);
  }
  .serge-home .content-title {
    max-width: 19ch;
    font-size: clamp(35px, 7vw, 46px);
    letter-spacing: -0.043em;
  }
  .serge-home .content-split-heading,
  .serge-home .content-problem-heading,
  .serge-home .content-operations-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .serge-home .content-split-heading {
    margin-bottom: 38px;
  }
  .serge-home .content-lead {
    max-width: 42ch;
    font-size: 17px;
  }
  .serge-home .content-dispersion {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-top: 40px;
  }
  .serge-home .content-scattered {
    max-width: 450px;
    min-height: 260px;
  }
  .serge-home .content-scattered li {
    font-size: 25px;
  }
  .serge-home .content-scattered li span {
    font-size: 12px;
  }
  .serge-home .content-common {
    border-top: 1px solid #d4d4d9;
    padding: 30px 0 0;
  }
  .serge-home .content-common-line {
    display: none;
  }
  .serge-home .content-common-answer {
    font-size: 32px;
  }
  .serge-home .content-product {
    padding-bottom: 0;
  }
  .serge-home .content-process .content-title br {
    display: none;
  }
  .serge-home .content-steps {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 36px;
    gap: 0;
  }
  .serge-home .content-steps li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 16px;
    padding-block: 24px;
  }
  .serge-home .content-step-number {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }
  .serge-home .content-steps h3 {
    grid-column: 2;
    font-size: 23px;
    margin-bottom: 8px;
  }
  .serge-home .content-steps p {
    grid-column: 2;
    font-size: 16px;
  }
  .serge-home .content-operations-layout {
    gap: 46px;
  }
  .serge-home .content-operations-intro .content-title br {
    display: none;
  }
  .serge-home .content-operations-intro .content-lead {
    max-width: 31ch;
    margin-top: 22px;
  }
  .serge-home .content-areas > div {
    padding-block: 22px;
  }
  .serge-home .content-areas dt {
    font-size: 28px;
  }
  .serge-home .content-areas dd {
    font-size: 16px;
  }
  .serge-home .content-comparison-table {
    margin-top: 40px;
  }
  .serge-home .content-comparison-head,
  .serge-home .content-comparison-row {
    gap: 22px;
  }
  .serge-home .content-comparison-head {
    font-size: 12px;
    line-height: 1.45;
    padding-bottom: 18px;
  }
  .serge-home .content-comparison-row {
    padding-block: 22px;
  }
  .serge-home .content-comparison-row p {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -0.025em;
  }
  .serge-home .content-audiences {
    padding-top: 0;
  }
  .serge-home .content-people {
    gap: 30px 24px;
  }
  .serge-home .content-people article {
    padding-top: 20px;
  }
  .serge-home .content-people h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .serge-home .content-people p {
    font-size: 15px;
  }
  .serge-home .content-closing {
    padding-block: 84px;
  }
  .serge-home .content-closing h2 {
    font-size: clamp(37px, 7.5vw, 50px);
  }
  .serge-home .content-closing p {
    font-size: 17px;
    margin-top: 28px;
  }
}
@media (max-width: 480px) {
  .serge-home .content-people {
    grid-template-columns: minmax(0, 1fr);
  }
  .serge-home .content-people h3 br {
    display: none;
  }
}
@media (max-width: 380px) {
  .serge-home .content-comparison-head,
  .serge-home .content-comparison-row {
    gap: 18px;
  }
  .serge-home .content-comparison-row p {
    font-size: 18px;
  }
  .serge-home .content-map-branch h3 {
    font-size: 16px;
  }
}
/* Balance the closing statement as its own sentence on wide screens. */
@media (min-width: 701px) {
  .serge-home .content-closing h2 > br {
    display: none;
  }
  .serge-home .content-closing h2 span {
    display: block;
    text-wrap: balance;
  }
}
