.brand2-page {
  background: #f7f5f2;
}

.brand2-page .site-header {
  height: 72px;
}

.brand2-page .site-nav {
  gap: 22px;
}

.brand2-page .site-nav a {
  font-size: 0.74rem;
}

.brand2-page .site-nav a[aria-current="page"] {
  color: #f7f5f2;
}

.brand2-page .site-nav .nav-cta {
  color: #071a17;
}

.brand2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 32px;
  min-height: calc(100svh - 80px);
  padding: 100px clamp(24px, 5vw, 80px) 24px;
  overflow: hidden;
  background: #f7f5f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  background: rgba(240, 82, 35, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.brand2-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.brand2-page .eyebrow {
  letter-spacing: 0;
}

.brand2-hero h1 {
  max-width: 670px;
  margin: 14px 0 20px;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: 0;
}

.brand2-hero-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(14, 35, 31, 0.68);
  font-size: 1.08rem;
  line-height: 1.72;
}

.brand2-hero .button-row {
  margin-top: 24px;
}

.brand2-hero .button-secondary {
  background: transparent;
}

.brand2-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-trust-strip span {
  padding: 14px 22px 0 0;
  margin-right: 22px;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.76rem;
}

.brand2-trust-strip span:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-trust-strip strong {
  display: block;
  margin-bottom: 3px;
  color: #0e231f;
  font-size: 0.9rem;
}

.brand2-hero-network {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(100%, 520px);
  aspect-ratio: 1.08 / 1;
}

.brand2-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(14, 35, 31, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.brand2-orbit::before,
.brand2-orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f05223;
}

.brand2-orbit-one {
  width: 75%;
  aspect-ratio: 1;
}

.brand2-orbit-one::before {
  top: 7%;
  right: 18%;
}

.brand2-orbit-one::after {
  right: 4%;
  bottom: 26%;
}

.brand2-orbit-two {
  width: 48%;
  aspect-ratio: 1;
  border-style: dashed;
}

.brand2-orbit-two::before {
  bottom: -4px;
  left: 49%;
}

.brand2-orbit-two::after {
  top: 22%;
  left: 4%;
}

.brand2-network-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 178px;
  aspect-ratio: 1;
  padding: 24px;
  color: #f7f5f2;
  text-align: center;
  background: #071a17;
  border: 7px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 22px 60px rgba(7, 26, 23, 0.18);
  transform: translate(-50%, -50%);
}

.brand2-network-core img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand2-network-core span {
  margin-top: -5px;
  font-size: 0.67rem;
  font-weight: 850;
}

.brand2-network-core strong {
  max-width: 100px;
  color: rgba(247, 245, 242, 0.58);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.3;
}

.brand2-face {
  --face-size: 84px;
  position: absolute;
  z-index: 3;
  width: var(--face-size);
  height: var(--face-size);
  margin: 0;
  overflow: hidden;
  background: #ebe3d4;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 13px 35px rgba(7, 26, 23, 0.19);
  animation: brand2-float 5.8s ease-in-out infinite;
}

.brand2-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand2-face-crop img {
  transform: scale(1.75);
}

.brand2-face-01 {
  --face-size: 106px;
  top: 3%;
  left: 41%;
}

.brand2-face-01 img {
  object-position: center 22%;
}

.brand2-face-02 {
  --face-size: 90px;
  top: 43%;
  right: 2%;
  animation-delay: -1.2s;
}

.brand2-face-02 img {
  object-position: center;
  transform: scale(2.65);
  transform-origin: 50% 35%;
}

.brand2-face-03 {
  --face-size: 92px;
  right: 21%;
  bottom: 2%;
  animation-delay: -2.4s;
}

.brand2-face-03 img {
  transform-origin: 50% 42%;
}

.brand2-face-04 {
  --face-size: 82px;
  bottom: 13%;
  left: 6%;
  animation-delay: -3.1s;
}

.brand2-face-04 img {
  transform-origin: 50% 42%;
}

.brand2-face-05 {
  --face-size: 78px;
  top: 14%;
  left: 2%;
  animation-delay: -4.3s;
}

.brand2-face-05 img {
  transform: scale(2.55);
  transform-origin: 50% 48%;
}

.brand2-face-06 {
  --face-size: 82px;
  top: 11%;
  right: 7%;
  animation-delay: -2s;
}

.brand2-face-06 img {
  transform-origin: 50% 42%;
}

.brand2-face-03 img,
.brand2-face-04 img,
.brand2-face-05 img,
.brand2-face-06 img {
  filter: blur(5px) saturate(0.75);
}

.brand2-signal {
  position: absolute;
  z-index: 4;
  padding: 7px 11px;
  color: #0e231f;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(7, 26, 23, 0.08);
  backdrop-filter: blur(8px);
}

.brand2-signal-01 {
  top: 35%;
  left: 5%;
}

.brand2-signal-02 {
  top: 22%;
  right: 17%;
}

.brand2-signal-03 {
  right: 2%;
  bottom: 23%;
}

.brand2-section {
  padding: 112px clamp(24px, 6vw, 96px);
}

.brand2-network-section {
  padding-top: 40px;
  background: #f7f5f2;
}

.brand2-network-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  gap: 24px 80px;
  align-items: end;
  max-width: 1220px;
  margin: 0 auto;
}

.brand2-network-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

.brand2-network-intro h2,
.brand2-section-heading h2,
.brand2-founder-copy h2,
.brand2-contact h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand2-network-intro > p:last-child,
.brand2-section-heading > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(14, 35, 31, 0.6);
  font-size: 1.02rem;
  line-height: 1.7;
}

.brand2-category-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1220px;
  margin: 72px auto 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-category-rail div {
  min-height: 180px;
  padding: 24px;
}

.brand2-category-rail div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-category-rail span,
.brand2-process-stage > .brand2-stage-number,
.brand2-benefit > span,
.brand2-difference-grid span {
  color: #f05223;
  font-size: 0.72rem;
  font-weight: 850;
}

.brand2-category-rail strong {
  display: block;
  margin: 36px 0 7px;
  font-size: 1.2rem;
}

.brand2-category-rail small {
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.79rem;
  line-height: 1.45;
}

.brand2-shortlist {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
  align-items: center;
  max-width: 920px;
  margin: 48px auto 0;
  padding: 34px 40px;
  color: #f7f5f2;
  background: #071a17;
  border-radius: 6px;
}

.brand2-shortlist-label span {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 245, 242, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand2-shortlist-label strong {
  font-size: 1.65rem;
}

.brand2-shortlist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand2-shortlist li {
  position: relative;
  padding-left: 16px;
  color: rgba(247, 245, 242, 0.72);
  font-size: 0.79rem;
  line-height: 1.5;
}

.brand2-shortlist li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f05223;
}

.brand2-match-section {
  padding-top: 40px;
  background: #f7f5f2;
}

.brand2-match-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 22px 80px;
  align-items: end;
  max-width: 1220px;
  margin: 0 auto;
}

.brand2-match-intro .eyebrow {
  grid-column: 1 / -1;
}

.brand2-match-intro h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand2-match-intro > p:last-child {
  max-width: 610px;
  margin: 0;
  color: rgba(14, 35, 31, 0.6);
  font-size: 1.02rem;
  line-height: 1.7;
}

.brand2-match-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr) 100px minmax(0, 1fr);
  align-items: center;
  max-width: 1080px;
  margin: 72px auto 0;
}

.brand2-match-node {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 270px;
  padding: 28px 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.brand2-match-node > span {
  justify-self: start;
  color: #f05223;
  font-size: 0.7rem;
  font-weight: 850;
}

.brand2-match-node > strong {
  align-self: end;
  margin-top: 18px;
  font-size: 1.12rem;
}

.brand2-match-node > small {
  margin-top: 6px;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.74rem;
}

.brand2-match-center {
  color: #f7f5f2;
  background: #071a17;
}

.brand2-match-center > img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.brand2-match-center > small {
  color: rgba(247, 245, 242, 0.56);
}

.brand2-brief-sheet {
  display: grid;
  align-content: center;
  gap: 10px;
  width: min(100%, 170px);
  height: 104px;
  padding: 22px;
  background: #f7f5f2;
  border: 1px solid rgba(14, 35, 31, 0.14);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(145, 173, 149, 0.3);
  transform: rotate(-3deg);
}

.brand2-brief-sheet::before {
  content: "Your brief";
  color: #0e231f;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  text-align: left;
}

.brand2-brief-sheet i {
  display: block;
  width: 100%;
  height: 6px;
  background: rgba(14, 35, 31, 0.12);
  border-radius: 2px;
}

.brand2-brief-sheet i:nth-child(2) {
  width: 72%;
}

.brand2-brief-sheet i:nth-child(3) {
  width: 48%;
  background: #f05223;
}

.brand2-match-arrow {
  position: relative;
  height: 1px;
  background: rgba(14, 35, 31, 0.2);
}

.brand2-match-arrow::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f05223;
  border-right: 1px solid #f05223;
  transform: rotate(45deg);
}

.brand2-match-arrow span {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #f05223;
  border-radius: 50%;
  transform: translateX(-50%);
}

.brand2-match-faces {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
}

.brand2-match-faces i {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 -8px;
  overflow: hidden;
  background: #ebe3d4;
  border: 4px solid #f7f5f2;
  border-radius: 50%;
}

.brand2-match-faces i:nth-child(2) {
  z-index: 2;
  width: 84px;
  height: 84px;
}

.brand2-match-faces img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
  transform-origin: 50% 42%;
}

.brand2-match-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin: 32px auto 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-match-points > span {
  min-width: 0;
  padding: 22px 26px;
}

.brand2-match-points > span:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-match-points strong,
.brand2-match-points small {
  display: block;
}

.brand2-match-points strong {
  font-size: 0.84rem;
}

.brand2-match-points small {
  margin-top: 5px;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.7rem;
  line-height: 1.45;
}

.brand2-roster-section {
  padding-top: 40px;
  background: #f7f5f2;
}

.brand2-roster-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 22px 80px;
  align-items: end;
  max-width: 1220px;
  margin: 0 auto;
}

.brand2-roster-intro .eyebrow {
  grid-column: 1 / -1;
}

.brand2-roster-intro h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand2-roster-intro > p:last-child {
  max-width: 610px;
  margin: 0;
  color: rgba(14, 35, 31, 0.6);
  font-size: 1.02rem;
  line-height: 1.7;
}

.brand2-roster-marquee {
  max-width: 1220px;
  margin: 68px auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  scrollbar-width: none;
}

.brand2-roster-marquee::-webkit-scrollbar {
  display: none;
}

.brand2-roster-track {
  display: flex;
  width: max-content;
  animation: brand2-roster-scroll 32s linear infinite;
}

.brand2-roster-marquee:hover .brand2-roster-track {
  animation-play-state: paused;
}

.brand2-roster-set {
  display: flex;
  flex: none;
}

.brand2-roster-card {
  display: grid;
  justify-items: center;
  flex: 0 0 214px;
  width: 214px;
  min-height: 270px;
  padding: 28px 18px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.brand2-roster-avatar {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  background: #ebe3d4;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(7, 26, 23, 0.12);
}

.brand2-roster-avatar::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  background: #f05223;
  border: 2px solid #f7f5f2;
  border-radius: 50%;
}

.brand2-roster-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px) saturate(0.72);
}

.brand2-roster-avatar-01 img {
  transform: scale(4.2);
  transform-origin: 50% 37%;
}

.brand2-roster-avatar-02 img,
.brand2-roster-avatar-03 img,
.brand2-roster-avatar-04 img {
  transform: scale(1.8);
  transform-origin: 50% 42%;
}

.brand2-roster-avatar-05 img {
  object-position: center 22%;
}

.brand2-roster-card > strong {
  margin-top: 26px;
  font-size: 1.75rem;
  line-height: 1;
}

.brand2-roster-card > small {
  margin-top: 5px;
  color: rgba(14, 35, 31, 0.5);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.brand2-roster-card > p {
  align-self: end;
  margin: 20px 0 0;
  padding: 6px 9px;
  color: #0e231f;
  font-size: 0.68rem;
  font-weight: 800;
  background: rgba(145, 173, 149, 0.24);
  border-radius: 3px;
}

.brand2-roster-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 920px;
  margin: 42px auto 0;
}

.brand2-roster-action p {
  max-width: 560px;
  margin: 0;
  color: rgba(14, 35, 31, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.brand2-roster-action .button {
  flex: 0 0 auto;
}

@keyframes brand2-roster-scroll {
  to {
    transform: translateX(-50%);
  }
}

.brand2-why-marketing {
  background: #e8eee8;
}

.brand2-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 20px 80px;
  max-width: 1220px;
  margin: 0 auto;
}

.brand2-section-heading .eyebrow {
  grid-column: 1 / -1;
}

.brand2-benefit-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1220px;
  margin: 70px auto 0;
  border-top: 1px solid rgba(14, 35, 31, 0.15);
}

.brand2-benefit {
  min-width: 0;
  padding: 30px 34px 0 0;
}

.brand2-benefit:not(:last-child) {
  margin-right: 34px;
  border-right: 1px solid rgba(14, 35, 31, 0.15);
}

.brand2-benefit-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  margin-bottom: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 6px;
}

.brand2-product-window {
  position: absolute;
  display: grid;
  gap: 9px;
  width: 58%;
  padding: 27px 20px 18px;
  background: #f7f5f2;
  border: 1px solid rgba(14, 35, 31, 0.14);
  border-radius: 5px;
  transform: rotate(-4deg);
}

.brand2-product-window::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f05223;
  box-shadow: 10px 0 #91ad95, 20px 0 #a9bdc4;
}

.brand2-product-window i {
  height: 7px;
  background: rgba(14, 35, 31, 0.12);
  border-radius: 2px;
}

.brand2-product-window i:nth-child(2) {
  width: 76%;
}

.brand2-product-window i:nth-child(3) {
  width: 48%;
}

.brand2-play-mark {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #f05223;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.brand2-play-mark::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #f7f5f2;
}

.brand2-benefit-visual-trust {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand2-benefit-visual-trust span {
  width: 66px;
  height: 66px;
  margin: 0 -9px;
  background: #91ad95;
  border: 4px solid #f7f5f2;
  border-radius: 50%;
}

.brand2-benefit-visual-trust span:nth-child(2) {
  z-index: 2;
  width: 82px;
  height: 82px;
  background: #071a17;
}

.brand2-benefit-visual-trust span:nth-child(3) {
  background: #a9bdc4;
}

.brand2-benefit-visual-trust strong {
  position: absolute;
  bottom: 20px;
  padding: 6px 9px;
  color: #f7f5f2;
  font-size: 0.65rem;
  background: #f05223;
  border-radius: 3px;
}

.brand2-benefit-visual-focus {
  display: grid;
  place-items: center;
}

.brand2-benefit-visual-focus::before,
.brand2-benefit-visual-focus::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(14, 35, 31, 0.18);
  border-radius: 50%;
}

.brand2-benefit-visual-focus::after {
  width: 94px;
  height: 94px;
  border-color: #f05223;
}

.brand2-benefit-visual-focus span {
  position: absolute;
  z-index: 2;
  padding: 5px 8px;
  font-size: 0.62rem;
  font-weight: 800;
  background: #f7f5f2;
  border: 1px solid rgba(14, 35, 31, 0.12);
  border-radius: 3px;
}

.brand2-benefit-visual-focus span:first-child {
  top: 35px;
}

.brand2-benefit-visual-focus span:nth-child(2) {
  right: 36px;
  bottom: 45px;
}

.brand2-benefit-visual-focus span:nth-child(3) {
  bottom: 35px;
  left: 34px;
}

.brand2-benefit h3 {
  margin: 13px 0 10px;
  font-size: 1.28rem;
}

.brand2-benefit p {
  max-width: 340px;
  margin: 0;
  color: rgba(14, 35, 31, 0.6);
  font-size: 0.86rem;
  line-height: 1.62;
}

.brand2-process {
  color: #f7f5f2;
  background: #071a17;
}

.brand2-process h2,
.brand2-process h3 {
  color: #f7f5f2;
}

.brand2-section-heading-light > p:last-child {
  color: rgba(247, 245, 242, 0.58);
}

.brand2-process-rail {
  max-width: 1220px;
  margin: 72px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.brand2-process-stage {
  position: relative;
  display: grid;
  grid-template-columns: 68px 220px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-height: 230px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.brand2-process-stage:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 27px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-right: 1px solid #f05223;
  border-bottom: 1px solid #f05223;
  transform: rotate(45deg);
}

.brand2-stage-art {
  position: relative;
  display: grid;
  align-content: center;
  gap: 12px;
  width: 220px;
  height: 134px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
}

.brand2-stage-art strong {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #f05223;
  font-size: 0.68rem;
}

.brand2-filter-line {
  display: block;
  width: 100%;
  height: 5px;
  background: rgba(247, 245, 242, 0.14);
  border-radius: 3px;
}

.brand2-filter-line:nth-child(2) {
  width: 76%;
  background: #91ad95;
}

.brand2-filter-line:nth-child(3) {
  width: 48%;
  background: #f05223;
}

.brand2-stage-art-price {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.brand2-stage-art-price span {
  width: 35px;
  background: rgba(247, 245, 242, 0.14);
  border-radius: 3px 3px 0 0;
}

.brand2-stage-art-price span:first-child {
  height: 35px;
}

.brand2-stage-art-price span:nth-child(2) {
  height: 66px;
  background: #f05223;
}

.brand2-stage-art-price span:nth-child(3) {
  height: 48px;
  background: #91ad95;
}

.brand2-stage-art-comms span {
  width: 70%;
  height: 22px;
  background: rgba(247, 245, 242, 0.13);
  border-radius: 3px;
}

.brand2-stage-art-comms span:nth-child(2) {
  justify-self: end;
  background: rgba(240, 82, 35, 0.75);
}

.brand2-stage-art-comms span:nth-child(3) {
  width: 48%;
  background: rgba(145, 173, 149, 0.8);
}

.brand2-stage-art-billing {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.brand2-stage-art-billing span {
  height: 72px;
  background: rgba(247, 245, 242, 0.12);
  border: 1px solid rgba(247, 245, 242, 0.12);
  border-radius: 3px;
}

.brand2-stage-art-billing span:nth-child(2) {
  background: #f05223;
  transform: translateX(-20px) translateY(12px);
}

.brand2-stage-art-match {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 18px;
}

.brand2-stage-brief {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: rgba(247, 245, 242, 0.08);
  border: 1px solid rgba(247, 245, 242, 0.12);
  border-radius: 4px;
}

.brand2-stage-brief span {
  color: rgba(247, 245, 242, 0.5);
  font-size: 0.6rem;
}

.brand2-stage-art .brand2-stage-brief strong {
  position: static;
  color: #f7f5f2;
  font-size: 0.72rem;
}

.brand2-stage-face-row {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.brand2-stage-face-row > span {
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #ebe3d4;
  border: 2px solid rgba(247, 245, 242, 0.78);
  border-radius: 50%;
}

.brand2-stage-face-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
  transform-origin: 50% 42%;
}

.brand2-stage-face-row i {
  position: absolute;
  right: 13px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  background: #f05223;
  border-radius: 50%;
}

.brand2-stage-face-row i::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #f7f5f2;
  border-left: 2px solid #f7f5f2;
  transform: rotate(-45deg);
}

.brand2-stage-art-price {
  display: grid;
  place-items: center;
  padding: 16px;
}

.brand2-price-sheet {
  display: grid;
  width: 100%;
  padding: 14px;
  color: #0e231f;
  background: #f7f5f2;
  border-radius: 4px;
}

.brand2-stage-art-price .brand2-price-sheet span {
  width: auto;
  height: auto;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.6rem;
  background: transparent;
}

.brand2-stage-art-price .brand2-price-sheet strong {
  position: static;
  margin: 6px 0 10px;
  color: #0e231f;
  font-size: 0.88rem;
}

.brand2-price-sheet small {
  padding-top: 7px;
  color: #f05223;
  font-size: 0.58rem;
  border-top: 1px solid rgba(14, 35, 31, 0.12);
}

.brand2-stage-art-comms {
  grid-template-columns: 1fr 58px 1fr;
  align-items: center;
  gap: 7px;
  padding: 18px;
}

.brand2-stage-art-comms::before,
.brand2-stage-art-comms::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31px;
  height: 1px;
  background: #f05223;
}

.brand2-stage-art-comms::before {
  left: 61px;
}

.brand2-stage-art-comms::after {
  right: 61px;
}

.brand2-stage-art-comms .brand2-chat {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 42px;
  color: #0e231f;
  font-size: 0.5rem;
  font-weight: 800;
  background: #f7f5f2;
  border-radius: 4px;
}

.brand2-stage-art-comms .brand2-chat-creator {
  justify-self: end;
  background: #91ad95;
}

.brand2-stage-art-comms > strong {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #f7f5f2;
  font-size: 0.48rem;
  text-align: center;
  background: #f05223;
  border-radius: 50%;
}

.brand2-stage-art-billing {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
}

.brand2-small-bills {
  display: grid;
  gap: 5px;
}

.brand2-stage-art-billing .brand2-small-bills span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 22px;
  color: rgba(247, 245, 242, 0.64);
  font-size: 0.55rem;
  background: rgba(247, 245, 242, 0.08);
  border: 1px solid rgba(247, 245, 242, 0.12);
  border-radius: 3px;
  transform: none;
}

.brand2-stage-art-billing > strong {
  position: static;
  display: grid;
  place-items: center;
  width: 82px;
  height: 76px;
  color: #f7f5f2;
  font-size: 0.72rem;
  text-align: center;
  background: #f05223;
  border-radius: 4px;
}

.brand2-stage-copy p {
  margin: 0 0 8px;
  color: #f05223;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.brand2-stage-copy h3 {
  max-width: 690px;
  margin: 0 0 12px;
  font-size: 1.65rem;
  line-height: 1.2;
}

.brand2-stage-copy > span {
  display: block;
  max-width: 730px;
  color: rgba(247, 245, 242, 0.58);
  font-size: 0.86rem;
  line-height: 1.6;
}

.brand2-why {
  background: #f7f5f2;
}

.brand2-founder-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 80px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.brand2-founder-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #071a17;
  border-radius: 6px;
}

.brand2-founder-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 37%;
  background: rgba(7, 26, 23, 0.72);
}

.brand2-founder-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.brand2-founder-image > div {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  color: #f7f5f2;
}

.brand2-founder-image strong,
.brand2-founder-image span {
  display: block;
}

.brand2-founder-image strong {
  font-size: 1.2rem;
}

.brand2-founder-image span {
  margin-top: 4px;
  color: rgba(247, 245, 242, 0.58);
  font-size: 0.76rem;
}

.brand2-founder-copy {
  align-self: center;
}

.brand2-founder-copy h2 {
  margin: 16px 0 30px;
}

.brand2-founder-copy > p:not(.eyebrow) {
  color: rgba(14, 35, 31, 0.64);
  font-size: 1rem;
  line-height: 1.72;
}

.brand2-founder-copy blockquote {
  margin: 32px 0 0;
  padding: 22px 0 0 24px;
  color: #0e231f;
  font-size: 1.24rem;
  font-weight: 760;
  line-height: 1.5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid #f05223;
}

.brand2-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1220px;
  margin: 90px auto 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-difference-grid > div {
  min-height: 205px;
  padding: 26px;
}

.brand2-difference-grid > div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-difference-grid strong {
  display: block;
  margin: 42px 0 8px;
  font-size: 1.05rem;
}

.brand2-difference-grid p {
  margin: 0;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.78rem;
  line-height: 1.55;
}

.brand2-founders {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 820px;
  margin: 46px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand2-founder-mini {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand2-mini-photo {
  display: block;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.brand2-mini-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.brand2-founder-mini:nth-child(2) .brand2-mini-photo img {
  transform: scale(2.25);
  transform-origin: 50% 34%;
}

.brand2-mini-copy,
.brand2-founder-mini strong,
.brand2-founder-mini small {
  display: block;
}

.brand2-founder-mini strong {
  font-size: 0.82rem;
}

.brand2-founder-mini small {
  margin-top: 3px;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.67rem;
}

.brand2-founders > p {
  margin: 0 0 0 auto;
  color: rgba(14, 35, 31, 0.55);
  font-size: 0.76rem;
}

.brand2-faq {
  background: #e8eee8;
}

.brand2-faq .brand2-section-heading {
  align-items: end;
}

.brand2-faq-list {
  max-width: 900px;
  margin: 66px auto 0;
}

.brand2-faq-list details {
  border-top: 1px solid rgba(14, 35, 31, 0.15);
}

.brand2-faq-list details:last-child {
  border-bottom: 1px solid rgba(14, 35, 31, 0.15);
}

.brand2-faq-list summary {
  position: relative;
  padding: 26px 56px 26px 0;
  font-size: 1.05rem;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.brand2-faq-list summary::-webkit-details-marker {
  display: none;
}

.brand2-faq-list summary::before,
.brand2-faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 15px;
  height: 1px;
  background: #0e231f;
}

.brand2-faq-list summary::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.brand2-faq-list details[open] summary::after {
  transform: rotate(0);
}

.brand2-faq-list details p {
  max-width: 730px;
  margin: -5px 0 26px;
  color: rgba(14, 35, 31, 0.62);
  font-size: 0.9rem;
  line-height: 1.68;
}

.brand2-contact {
  padding: 104px 24px;
  color: #f7f5f2;
  text-align: center;
  background: #071a17;
}

.brand2-contact-inner {
  max-width: 850px;
  margin: 0 auto;
}

.brand2-contact h2 {
  margin: 18px auto 20px;
}

.brand2-contact p:not(.eyebrow) {
  max-width: 610px;
  margin: 0 auto;
  color: rgba(247, 245, 242, 0.58);
  line-height: 1.65;
}

.brand2-contact .button {
  margin-top: 30px;
}

.brand2-footer > a:last-child {
  color: rgba(247, 245, 242, 0.7);
  font-size: 0.76rem;
  font-weight: 760;
}

.brand2-page .site-editor [contenteditable="true"],
.brand2-page [contenteditable="true"] {
  outline: 1px dashed rgba(240, 82, 35, 0.9);
  outline-offset: 5px;
}

@keyframes brand2-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@media (max-width: 1120px) {
  .brand2-page .site-nav {
    gap: 14px;
  }

  .brand2-page .site-nav a {
    font-size: 0.67rem;
  }

  .brand2-hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
  }

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

  .brand2-signal {
    display: none;
  }
}

@media (max-width: 920px) {
  .brand2-page .menu-toggle {
    display: block;
  }

  .brand2-page .site-nav {
    position: absolute;
    top: 72px;
    right: 18px;
    display: none;
    width: min(310px, calc(100vw - 36px));
    padding: 18px;
    background: #071a17;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
  }

  .brand2-page .site-nav.is-open {
    display: grid;
  }

  .brand2-page .site-nav a {
    padding: 10px 8px;
    font-size: 0.78rem;
  }

  .brand2-page .site-nav .nav-cta {
    justify-content: center;
  }

  .brand2-hero {
    grid-template-columns: 1fr;
    padding-top: 124px;
  }

  .brand2-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 48%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 0;
  }

  .brand2-hero-network {
    width: min(100%, 570px);
  }

  .brand2-network-intro,
  .brand2-match-intro,
  .brand2-roster-intro,
  .brand2-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .brand2-network-intro .eyebrow,
  .brand2-match-intro .eyebrow,
  .brand2-roster-intro .eyebrow,
  .brand2-section-heading .eyebrow {
    grid-column: auto;
  }

  .brand2-category-rail,
  .brand2-difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand2-category-rail div:nth-child(2),
  .brand2-difference-grid > div:nth-child(2) {
    border-right: 0;
  }

  .brand2-category-rail div:nth-child(-n + 2),
  .brand2-difference-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .brand2-benefit-flow {
    grid-template-columns: 1fr;
  }

  .brand2-roster-card {
    min-height: 235px;
  }

  .brand2-benefit {
    display: grid;
    grid-template-columns: 220px 35px 1fr;
    gap: 22px;
    align-items: center;
    padding: 28px 0;
  }

  .brand2-benefit:not(:last-child) {
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(14, 35, 31, 0.15);
  }

  .brand2-benefit-visual {
    grid-row: 1 / 3;
    height: 150px;
    margin: 0;
  }

  .brand2-benefit h3,
  .brand2-benefit p {
    grid-column: 3;
  }

  .brand2-benefit h3 {
    align-self: end;
    margin: 0;
  }

  .brand2-benefit p {
    align-self: start;
  }

  .brand2-process-stage {
    grid-template-columns: 48px 180px minmax(0, 1fr);
    gap: 24px;
  }

  .brand2-stage-art {
    width: 180px;
  }

  .brand2-founder-story {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 44px;
  }
}

@media (max-width: 680px) {
  .brand2-page .site-header {
    height: 66px;
  }

  .brand2-page .site-nav {
    top: 66px;
  }

  .brand2-hero {
    padding: 106px 20px 42px;
  }

  .brand2-hero h1 {
    font-size: 40px;
    line-height: 1.03;
  }

  .brand2-hero-lead {
    font-size: 0.95rem;
  }

  .brand2-hero .button-row {
    display: grid;
  }

  .brand2-hero .button {
    width: 100%;
  }

  .brand2-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .brand2-trust-strip span {
    padding: 14px 8px 0;
    margin: 0;
    font-size: 0.64rem;
  }

  .brand2-trust-strip span:first-child {
    padding-left: 0;
  }

  .brand2-trust-strip strong {
    font-size: 0.72rem;
  }

  .brand2-hero-network {
    width: min(100%, 430px);
  }

  .brand2-network-core {
    width: 130px;
    padding: 16px;
  }

  .brand2-network-core img {
    width: 30px;
    height: 30px;
  }

  .brand2-face-01 {
    --face-size: 78px;
  }

  .brand2-face-02,
  .brand2-face-03 {
    --face-size: 66px;
  }

  .brand2-face-04,
  .brand2-face-06 {
    --face-size: 60px;
  }

  .brand2-face-05 {
    --face-size: 57px;
  }

  .brand2-section {
    padding: 78px 20px;
  }

  .brand2-network-intro h2,
  .brand2-match-intro h2,
  .brand2-roster-intro h2,
  .brand2-section-heading h2,
  .brand2-founder-copy h2,
  .brand2-contact h2 {
    font-size: 36px;
  }

  .brand2-category-rail,
  .brand2-difference-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .brand2-category-rail div,
  .brand2-difference-grid > div {
    min-height: 0;
    padding: 23px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .brand2-category-rail div:last-child,
  .brand2-difference-grid > div:last-child {
    border-bottom: 0;
  }

  .brand2-category-rail strong,
  .brand2-difference-grid strong {
    margin-top: 18px;
  }

  .brand2-shortlist {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 24px;
  }

  .brand2-shortlist ul {
    grid-template-columns: 1fr;
  }

  .brand2-roster-marquee {
    margin-top: 48px;
  }

  .brand2-roster-card {
    flex-basis: 176px;
    width: 176px;
    min-height: 210px;
    padding: 24px 10px 20px;
  }

  .brand2-roster-avatar {
    width: 68px;
    height: 68px;
  }

  .brand2-roster-card > strong {
    margin-top: 20px;
    font-size: 1.45rem;
  }

  .brand2-roster-card > p {
    margin-top: 15px;
    font-size: 0.62rem;
  }

  .brand2-roster-action {
    display: grid;
    margin-top: 32px;
  }

  .brand2-roster-action .button {
    width: 100%;
  }

  .brand2-match-map {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .brand2-match-node {
    min-height: 230px;
  }

  .brand2-match-arrow {
    justify-self: center;
    width: 1px;
    height: 58px;
  }

  .brand2-match-arrow span {
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
  }

  .brand2-match-arrow::after {
    top: auto;
    right: -4px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .brand2-match-points {
    grid-template-columns: 1fr;
  }

  .brand2-match-points > span {
    padding: 20px 0;
  }

  .brand2-match-points > span:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .brand2-benefit {
    display: block;
  }

  .brand2-benefit-visual {
    height: 180px;
    margin-bottom: 24px;
  }

  .brand2-benefit h3 {
    margin: 12px 0 8px;
  }

  .brand2-process-rail {
    margin-top: 48px;
  }

  .brand2-process-stage {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0 34px;
  }

  .brand2-stage-art {
    grid-column: 2;
    width: 100%;
    height: 120px;
  }

  .brand2-stage-copy {
    grid-column: 2;
  }

  .brand2-process-stage:not(:last-child)::after {
    left: 13px;
  }

  .brand2-founder-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .brand2-founder-image {
    min-height: 440px;
  }

  .brand2-founders {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .brand2-founders > p {
    grid-column: 1 / -1;
    margin: 0;
  }

  .brand2-contact {
    padding: 78px 20px;
  }

  .brand2-contact .button {
    width: 100%;
  }

  .brand2-footer {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand2-face {
    animation: none;
  }

  .brand2-roster-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .brand2-roster-track {
    animation: none;
  }

  .brand2-roster-set[aria-hidden="true"] {
    display: none;
  }
}
