.suite-body .suite-hero-premium {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(6, 7, 6, .66), rgba(6, 7, 6, .86)),
    url("/assets/projects/riverbend-market-skyline.webp") center / cover no-repeat;
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: min(880px, calc(100svh - 78px));
  padding: clamp(50px, 6vw, 78px) max(22px, calc((100vw - var(--max)) / 2)) clamp(38px, 5vw, 66px);
  text-align: center;
}

.suite-body .brand-copy strong {
  font-family: var(--brand-wordmark);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .95;
}

.suite-body .suite-hero-premium::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 24%),
    linear-gradient(0deg, rgba(248, 247, 242, .90), transparent 12%);
}

.suite-body .suite-hero-premium::after {
  opacity: .30;
}

.suite-body .suite-hero-premium .suite-copy {
  display: grid;
  justify-items: center;
  max-width: 780px;
  text-align: center;
}

.suite-body .suite-hero-premium .suite-copy h1 {
  font-size: clamp(56px, 7.4vw, 92px);
  line-height: .88;
  max-width: 820px;
  min-height: 0;
}

.suite-body .suite-hero-premium .suite-typewriter {
  min-height: 0;
}

.suite-body .suite-hero-premium .suite-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 650;
  line-height: 1.45;
  margin: 16px auto 0;
  max-width: 540px;
}

.suite-body .suite-hero-premium .hero-actions {
  display: none;
}

.suite-body .suite-hero-premium .suite-service-stack {
  display: grid;
  gap: clamp(12px, 1.8vw, 22px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1240px;
  min-height: 0;
  perspective: none;
  position: relative;
  transform-style: flat;
  width: 100%;
}

.suite-body .suite-hero-premium .suite-service-card,
.suite-body .suite-hero-premium .suite-service-card-primary,
.suite-body .suite-hero-premium .suite-service-card:nth-of-type(2),
.suite-body .suite-hero-premium .suite-service-card:nth-of-type(3),
.suite-body .suite-hero-premium .suite-service-card:nth-of-type(4),
.suite-body .suite-hero-premium .suite-service-card:nth-of-type(5) {
  align-items: stretch;
  animation: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .34);
  color: inherit;
  display: block;
  left: auto;
  min-height: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: auto;
  text-align: left;
  top: auto;
  transform: none;
  width: auto;
}

.suite-body .suite-hero-premium .suite-service-card:hover,
.suite-body .suite-hero-premium .suite-service-card:focus-visible {
  border-color: rgba(255, 255, 255, .38);
  box-shadow: 0 32px 72px rgba(0, 0, 0, .40);
  transform: translateY(-5px);
}

.suite-body .suite-hero-premium .suite-service-card::before,
.suite-body .suite-hero-premium .suite-service-card::after {
  content: none;
  display: none;
}

.suite-body .suite-hero-premium .suite-service-card img {
  display: block;
  filter: brightness(.62) saturate(.82) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  width: 100%;
}

.suite-body .suite-hero-premium .service-overlay {
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 0, 0, .14), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .48) 38%, rgba(0, 0, 0, .76) 70%, rgba(0, 0, 0, .94) 100%);
  backdrop-filter: blur(1.25px) saturate(.86);
  display: grid;
  gap: 12px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  inset: 0;
  padding: 18px;
  position: absolute;
  -webkit-backdrop-filter: blur(1.25px) saturate(.86);
  z-index: 2;
}

.suite-body .suite-hero-premium .service-index {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .86);
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
}

.suite-body .suite-hero-premium .service-card-copy {
  align-self: end;
  color: white;
  display: grid;
  gap: 6px;
  margin-top: 8px;
  min-width: 0;
  max-width: 230px;
}

@media (min-width: 901px) {
  .suite-body .suite-hero-premium .service-card-copy {
    transform: translateY(8px);
  }
}

.suite-body .suite-hero-premium .service-card-copy strong {
  color: white;
  display: block;
  font-family: var(--display);
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
  overflow-wrap: anywhere;
}

.suite-body .suite-hero-premium .service-card-copy span {
  color: rgba(255, 255, 255, .76);
  display: -webkit-box;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.suite-body .suite-hero-premium .service-card-cta {
  align-items: center;
  background:
    radial-gradient(circle at 86% 82%, rgba(176, 176, 170, .22), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #efefed 100%);
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .88);
  color: var(--ink);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  justify-self: start;
  letter-spacing: .08em;
  min-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
}

.suite-body .suite-hero-premium .service-metric,
.suite-body .suite-hero-premium .service-preview {
  display: none !important;
}

.suite-workflow-sections {
  background: linear-gradient(180deg, #f7f7f5 0%, #ffffff 42%, #f2f1ee 100%);
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 76px max(22px, calc((100vw - var(--max)) / 2)) 48px;
}

.suite-workflow-section,
.suite-workflow-section:nth-child(even) {
  align-items: stretch;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 244, 241, .96));
  border: 1px solid rgba(6, 7, 6, .08);
  border-radius: 26px;
  box-shadow: 0 26px 72px rgba(6, 7, 6, .14), inset 0 1px 0 rgba(255, 255, 255, .86);
  color: var(--ink);
  display: grid;
  gap: 18px 34px;
  grid-template-columns: minmax(0, .94fr) minmax(360px, .84fr);
  grid-template-rows: minmax(286px, auto) auto;
  margin: 0 auto;
  max-width: var(--max);
  overflow: hidden;
  padding: 28px;
  position: relative;
  scroll-margin-top: 100px;
  width: 100%;
}

.suite-workflow-section:nth-child(even) {
  grid-template-columns: minmax(360px, .84fr) minmax(0, .94fr);
}

.suite-workflow-section::before,
.suite-workflow-section:nth-child(even)::before {
  aspect-ratio: 1 / 1;
  background-color: #050505;
  border: 1px solid rgba(6, 7, 6, .08);
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(6, 7, 6, .14), inset 0 1px 0 rgba(255, 255, 255, .22);
  content: "";
  display: block;
  grid-column: 2;
  grid-row: 1;
  inset: auto;
  max-width: 100%;
  min-height: clamp(340px, 32vw, 430px);
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.suite-workflow-section:nth-child(even)::before {
  grid-column: 1;
}

.workflow-sales::before {
  background: #050505 url("/assets/suite/sales-intelligence-card.webp") center / cover no-repeat;
}

.workflow-meridian::before {
  background: #050505 url("/assets/suite/meridian-card.webp") center / cover no-repeat;
}

.workflow-room::before {
  background: #050505 url("/assets/suite/investor-room-card.webp") center / cover no-repeat;
}

.workflow-capital::before {
  background: #050505 url("/assets/suite/capital-outreach-card.webp") center / cover no-repeat;
}

.workflow-closing::before {
  background: #050505 url("/assets/suite/closing-desk-card-v3.webp") center / cover no-repeat;
}

.suite-workflow-section .workflow-copy,
.suite-workflow-section:nth-child(even) .workflow-copy {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  max-width: 690px;
  min-width: 0;
  padding: clamp(8px, 1.6vw, 18px);
}

.suite-workflow-section:nth-child(even) .workflow-copy {
  grid-column: 2;
}

.suite-workflow-section .workflow-details,
.suite-workflow-section:nth-child(even) .workflow-details {
  display: grid;
  gap: 10px;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.suite-workflow-section:nth-child(even) .workflow-details {
  grid-column: 1;
}

.suite-workflow-section .eyebrow {
  color: rgba(127, 112, 46, .88);
}

.suite-workflow-section h2 {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
  max-width: 740px;
  overflow-wrap: anywhere;
}

.suite-workflow-section p:not(.eyebrow) {
  color: rgba(6, 7, 6, .66);
  max-width: 670px;
  overflow-wrap: anywhere;
}

.suite-workflow-section .workflow-details span {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(6, 7, 6, .08);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(6, 7, 6, .10), inset 0 1px 0 rgba(255, 255, 255, .88);
  color: rgba(6, 7, 6, .78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  min-height: 64px;
  overflow-wrap: anywhere;
  padding: 12px 13px;
}

.suite-workflow-section .button,
.suite-workflow-section:nth-child(even) .button {
  align-self: start;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  min-height: 44px;
}

.suite-workflow-section:nth-child(even) .button {
  grid-column: 2;
}

.workflow-index,
.suite-workflow-section:nth-child(even) .workflow-index {
  background: #ffffff;
  border-color: rgba(6, 7, 6, .08);
  box-shadow: 0 16px 36px rgba(6, 7, 6, .16), inset 0 1px 0 rgba(255, 255, 255, .88);
  color: var(--ink);
  left: auto;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
}

.suite-workflow-section:nth-child(even) .workflow-index {
  left: 50px;
  right: auto;
}

.suite-custom-band {
  background: linear-gradient(180deg, #f2f1ee 0%, #ffffff 100%);
  padding: 54px max(22px, calc((100vw - var(--max)) / 2)) 72px;
}

.suite-custom-panel {
  align-items: end;
  background:
    radial-gradient(circle at 86% 76%, rgba(255, 255, 255, .12), transparent 24%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .10), transparent 22%),
    linear-gradient(145deg, #20201f 0%, #050505 58%, #141413 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(6, 7, 6, .22), inset 0 1px 0 rgba(255, 255, 255, .14);
  color: white;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(24px, 4vw, 44px);
}

.suite-custom-panel h2 {
  color: white;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .94;
  max-width: 820px;
}

.suite-custom-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.45;
  max-width: 1020px;
}

.suite-custom-panel .eyebrow {
  color: rgba(197, 184, 124, .82);
}

.suite-custom-points {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding-left: 22px;
}

.suite-custom-points li {
  color: rgba(255, 255, 255, .72);
  line-height: 1.35;
}

.suite-custom-panel .button.primary {
  background:
    radial-gradient(circle at 86% 82%, rgba(176, 176, 170, .24), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #ececeb 100%);
  border-color: rgba(255, 255, 255, .58);
  color: var(--ink);
}

.suite-footer {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, .10), transparent 22%),
    radial-gradient(circle at 82% 70%, rgba(176, 176, 170, .13), transparent 30%),
    linear-gradient(135deg, #1d1d1c 0%, #050505 48%, #141413 100%);
  color: white;
  display: grid;
  gap: 28px;
  margin: 0;
  overflow: hidden;
  padding: clamp(36px, 4.8vw, 54px) max(22px, calc((100vw - var(--max)) / 2)) 28px;
  position: relative;
}

.suite-footer::before {
  background:
    radial-gradient(circle at 42% 50%, rgba(255, 255, 255, .08), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, .08), transparent 18%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.suite-footer > * {
  position: relative;
  z-index: 1;
}

.footer-cta-card {
  align-items: end;
  background:
    radial-gradient(circle at 82% 88%, rgba(197, 184, 124, .13), transparent 24%),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .10), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .025));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .12);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: var(--max);
  min-height: 190px;
  padding: clamp(22px, 3.2vw, 34px);
}

.footer-cta-card .eyebrow {
  color: rgba(197, 184, 124, .82);
}

.footer-cta-card h2 {
  color: rgba(255, 255, 255, .90);
  font-family: var(--display);
  font-size: clamp(32px, 4.3vw, 58px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .92;
  max-width: 760px;
}

.footer-cta {
  align-items: center;
  background: white;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .86);
  color: var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  white-space: nowrap;
}

.footer-main {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .9fr);
  max-width: var(--max);
}

.suite-footer .footer-brand {
  align-items: end;
  color: white;
  display: inline-flex;
  gap: clamp(10px, 1.4vw, 16px);
}

.suite-footer .footer-brand img {
  background: transparent;
  border-radius: 0;
  display: block;
  height: clamp(42px, 4.8vw, 62px);
  filter: invert(1);
  padding: 0;
  width: clamp(42px, 4.8vw, 62px);
}

.suite-footer .footer-brand span {
  color: white;
  display: block;
  font-family: var(--brand-wordmark);
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .9;
}

.footer-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-columns div {
  display: grid;
  gap: 8px;
}

.footer-columns strong {
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
}

.footer-columns a {
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.footer-columns a:hover,
.footer-columns a:focus-visible {
  color: white;
}

.footer-base {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .48);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  max-width: var(--max);
  padding-top: 16px;
}

body.suite-body > elevenlabs-convai {
  display: none !important;
}

@media (max-width: 960px) {
  .suite-body .suite-hero-premium .suite-service-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
  }

  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - clamp(12px, 1.8vw, 22px)) / 2);
  }

  .suite-workflow-section,
  .suite-workflow-section:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .suite-workflow-section::before,
  .suite-workflow-section:nth-child(even)::before {
    grid-column: 1;
    grid-row: 1;
    min-height: clamp(260px, 62vw, 420px);
  }

  .suite-workflow-section .workflow-copy,
  .suite-workflow-section:nth-child(even) .workflow-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }

  .suite-workflow-section .workflow-details,
  .suite-workflow-section:nth-child(even) .workflow-details {
    grid-column: 1;
    grid-row: 4;
  }

  .suite-workflow-section .button,
  .suite-workflow-section:nth-child(even) .button {
    grid-column: 1;
    grid-row: 3;
  }

  .workflow-index,
  .suite-workflow-section:nth-child(even) .workflow-index {
    left: 34px;
    right: auto;
    top: 34px;
  }

  .suite-custom-panel {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-cta-card,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .suite-body .mobile-menu nav::before,
  .investor-demo .mobile-menu nav::before {
    background: url("/assets/brand/elvison-temple-black.png") center / contain no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    filter: invert(1);
    height: 74px;
    margin-bottom: 16px;
    width: 74px;
  }

  .suite-body .mobile-menu nav::after,
  .investor-demo .mobile-menu nav::after {
    content: none;
    display: none;
  }

  .suite-body .mobile-submenu,
  .investor-demo .mobile-submenu {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -2px 0 2px;
  }

  .suite-body .mobile-menu .mobile-submenu a,
  .investor-demo .mobile-menu .mobile-submenu a {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    min-height: 42px;
    padding: 12px 14px;
  }

  .suite-body .mobile-menu .mobile-submenu a::after,
  .investor-demo .mobile-menu .mobile-submenu a::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .suite-body .suite-hero-premium {
    gap: 22px;
    min-height: calc(100svh - 72px);
    padding: 28px 18px 24px;
  }

  .suite-body .suite-hero-premium .suite-copy h1 {
    font-size: clamp(44px, 13vw, 54px);
    max-width: 330px;
  }

  .suite-body .suite-hero-premium .suite-copy p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 12px;
  }

  .suite-body .suite-hero-premium .suite-service-stack {
    gap: 10px;
    max-width: 354px;
  }

  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(5) {
    width: calc((100% - 10px) / 2);
  }

  .suite-body .suite-hero-premium .suite-service-card,
  .suite-body .suite-hero-premium .suite-service-card-primary,
  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(2),
  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(3),
  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(4),
  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(5) {
    border-radius: 18px;
  }

  .suite-body .suite-hero-premium .service-overlay {
    gap: 8px;
    padding: 10px;
  }

  .suite-body .suite-hero-premium .service-index {
    border-radius: 11px;
    font-size: 10px;
    height: 32px;
    width: 32px;
  }

  .suite-body .suite-hero-premium .service-card-copy {
    gap: 4px;
    max-width: 134px;
  }

  .suite-body .suite-hero-premium .service-card-copy strong {
    font-size: 14px;
    line-height: 1.02;
  }

  .suite-body .suite-hero-premium .service-card-copy span {
    display: -webkit-box;
    font-size: 9.5px;
    line-height: 1.2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .suite-body .suite-hero-premium .service-card-cta {
    font-size: 9px;
    min-height: 28px;
    padding: 0 10px;
  }

  .suite-workflow-sections {
    gap: 16px;
    padding: 30px 18px 20px;
  }

  .suite-workflow-section,
  .suite-workflow-section:nth-child(even) {
    border-radius: 22px;
    gap: 14px;
    padding: 16px;
  }

  .suite-workflow-section::before,
  .suite-workflow-section:nth-child(even)::before {
    aspect-ratio: 1 / 1;
    border-radius: 17px;
    min-height: clamp(220px, 82vw, 320px);
  }

  .suite-workflow-section h2 {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1;
  }

  .suite-workflow-section .workflow-copy p:not(.eyebrow) {
    display: block;
    overflow: visible;
  }

  .suite-workflow-section .workflow-details,
  .suite-workflow-section:nth-child(even) .workflow-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suite-workflow-section .workflow-details span {
    display: -webkit-box;
    font-size: 10.5px;
    line-height: 1.25;
    min-height: 50px;
    overflow: hidden;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .suite-workflow-section .workflow-details span:nth-child(n+3) {
    display: -webkit-box;
  }

  .suite-workflow-section .button,
  .suite-workflow-section:nth-child(even) .button,
  .suite-custom-panel .button {
    justify-self: stretch;
  }

  .workflow-index,
  .suite-workflow-section:nth-child(even) .workflow-index {
    left: 30px;
    top: 30px;
  }

  .suite-custom-band {
    padding: 20px 18px 34px;
  }

  .suite-custom-panel {
    border-radius: 22px;
    padding: 22px;
  }

  .suite-footer {
    gap: 22px;
    padding: 28px 18px 22px;
  }

  .footer-cta-card {
    border-radius: 20px;
    min-height: 150px;
    padding: 20px;
  }

  .footer-cta-card h2 {
    font-size: clamp(26px, 8.5vw, 38px);
    line-height: .98;
  }

  .footer-cta {
    justify-self: start;
    white-space: normal;
  }

  .footer-main {
    gap: 20px;
  }

  .suite-footer .footer-brand {
    align-items: center;
  }

  .suite-footer .footer-brand span {
    font-size: clamp(32px, 12vw, 48px);
    line-height: .96;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-base {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .suite-body .suite-hero-premium .suite-service-stack {
    grid-template-columns: 1fr;
    max-width: 260px;
  }

  .suite-body .suite-hero-premium .suite-service-card:nth-of-type(5) {
    grid-column: auto;
    width: 100%;
  }
}
