:root {
  --bg: #111111;
  --panel: #4f84cf;
  --panel-light: #ececef;
  --text: #f4f4f6;
  --text-muted: #ffffff;
  --line: #1a2130;
  --cta: #4a86df;
  --cta-dark: #101217;
  --page-gutter: clamp(1rem, 3vw, 1.5rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

body {
  min-width: 320px;
}

main,
header,
footer {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1200px, calc(100% - (var(--page-gutter) * 2)));
  max-width: 100%;
  margin-inline: auto;
}

.section-gap {
  margin-top: 1.75rem;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}

.brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: auto;
  height: 35px;
}

.brand-mark {
  width: auto;
  height: 35px;
}

.footer-brand .brand-mark-footer {
  height: 30px;
}

.site-nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}

.site-nav-shell {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.site-nav-mobile-head,
.site-nav-promo {
  display: none;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav-links a {
  transition: color 0.2s ease;
}

.nav-strong {
  font-weight: 600;
}

.site-nav-links a:hover,
.site-nav-links a.active {
  color: var(--text);
}

.menu-toggle {
  display: none;
  position: relative;
  border: 0;
  background: none;
  color: var(--text);
  border-radius: 999px;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.menu-toggle-box {
  display: inline-flex;
  flex-direction: column;
  gap: 0.28rem;
}

.menu-toggle-line {
  width: 1.4rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-close {
  display: none;
}

.hero {
  margin-top: 1.4rem;
  border-radius: 1rem;
  min-height: 420px;
  background: linear-gradient(130deg, #a5d4e8 0%, #94cbe1 40%, #8fb0bf 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 1.25rem 0;
}

.hero-home {
  min-height: 450px;
  background-image: linear-gradient(110deg, rgba(162, 218, 237, 0.9) 0%, rgba(160, 212, 232, 0.72) 52%, rgba(160, 212, 232, 0.1) 74%), url('/assets/images/towers.webp');
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

.hero-home::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  padding: clamp(2rem, 5vw, 3rem);
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-top: 0.5rem;
}

h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  margin-top: 0.3rem;
}

.subtitle {
  margin-top: 0.7rem;
  font-size: 10px;
}

.eyebrow {
  color: #5893e5;
  margin-bottom: 0.45rem;
  font-size: 1.5rem;
}

.eyebrow.muted {
  color: #d8e8ff;
}

p {
  color: #ffffff;
  line-height: 1.6;
  margin-top: 1rem;
}

.heading {
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.08;
}

.section-title {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  font-weight: 500;
  line-height: 1.2;
}

.section-title-dark {
  color: #20242d;
}

.feature-title {
  margin-top: 1rem;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.3;
}

.home-hero-subtitle {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.desc {
  flex-grow: 1;
}

.btn {
  display: inline-block;
  background: var(--cta);
  color: #f5f8ff;
  font-weight: 600;
  border-radius: 999px;
  border: 0;
  padding: 0.55rem 1.1rem;
  margin-top: 1.2rem;
  font-size: 0.92rem;
}

.btn.btn-dark {
  background: var(--cta-dark);
}

.btn.btn-sm {
  margin-top: 0;
  padding: 0.45rem 0.9rem;
}

.panel {
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 3rem 2rem;
}

.panel-blue {
  background: var(--panel);
}

.panel-light {
  background: var(--panel-light);
  color: #21242b;
}

.panel-light p {
  color: #434851;
}

.center {
  text-align: center;
}

.two-col {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.rounded-image {
  width: 100%;
  border-radius: 1rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.metrics-cta-wrap {
  grid-column: 1 / -1;
  text-align: center;
}

.metrics h3 {
  font-size: 2.3rem;
}

.metrics h4 {
  margin-top: 0.6rem;
  font-size: 1rem;
}

.expertise-grid,
.three-col,
.cards-grid,
.blog-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.expertise-card {
  text-align: center;
}

.expertise-card img {
  width: 64px;
  margin-inline: auto;
  border-radius: 0.9rem;
}

.cards-grid article,
.blog-card {
  border-radius: 0.7rem;
  padding: 1.15rem;
  background: #1d2028;
  border: 1px solid #262d3b;
}

.cards-grid article h3,
.blog-card h3 {
  color: #61a0f8;
  font-size: 1.1rem;
}

.blog-page .page-title {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-search-wrap {
  display: flex;
  justify-content: center;
}

.blog-search {
  width: min(580px, 100%);
  background: transparent;
  color: #eef2f8;
  border: 1px solid #323948;
  border-radius: 0.8rem;
  font-size: 1.02rem;
  padding: 0.95rem 1.1rem;
}

.blog-search::placeholder {
  color: #95a0b4;
}

.blog-grid {
  margin-top: 2.5rem;
}

.blog-card {
  padding: 0;
  overflow: hidden;
  background: #1f2127;
  border: 0;
}

.blog-card a {
  display: block;
}

.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blog-body {
  border-left: 2px solid #2d76d3;
  padding: 1rem 0.95rem 1.05rem;
}

.blog-category {
  margin: 0;
  color: #2f82e5;
  font-size: 0.92rem;
}

.blog-card h3 {
  margin-top: 0.8rem;
  color: #f4f5f8;
  font-size: 2rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.3;
}

.blog-meta {
  margin-top: 0.95rem;
  color: #9aa4b3;
  font-size: 0.95rem;
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.blog-post-page {
  padding-top: 2rem;
}

.blog-post-category {
  text-align: center;
  color: #2f82e5;
  margin-top: 2.2rem;
  font-size: 2rem;
  font-size: 1.5rem;
}

.blog-post-title {
  text-align: center;
  max-width: 100%;
  margin: 0.8rem auto 0;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 500;
}

.blog-post-meta {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 0.8rem 1.1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  color: #9aa4b3;
}

.blog-post-hero {
  width: 100%;
  height: 70vh;
  margin-top: 1.75rem;
  margin-inline: auto;
  border-radius: 1rem;
  object-fit: cover;
}

.blog-post-content-wrap {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 0;
  align-items: start;
}

.blog-post-content {
  max-width: 820px;
  padding-right: 2.5rem;
}

.blog-post-content > :first-child {
  margin-top: 0;
}

.blog-post-content h2 {
  margin-top: 3.6rem;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.blog-post-content h3 {
  margin-top: 2rem;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.22;
  font-weight: 500;
}

.blog-post-content p {
  margin-top: 1.35rem;
  color: #eceff4;
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.blog-post-emphasis {
  margin-top: 1.5rem;
}

.blog-post-emphasis em {
  font-style: italic;
}

.blog-post-content ul {
  margin-top: 1rem;
  padding-left: 1.3rem;
}

.blog-post-content li {
  color: #eceff4;
  margin-bottom: 0.6rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.blog-post-content a {
  color: #91bcff;
}

.blog-post-inline-media {
  width: fit-content;
  max-width: min(100%, calc(100vw - (var(--page-gutter) * 2)), 680px);
  margin: 2.75rem auto 0;
}

.blog-post-inline-media img {
  width: auto;
  max-width: 100%;
  max-height: 56vh;
  border-radius: 0.4rem;
  object-fit: contain;
}

.blog-share-rail {
  min-height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 2rem;
}

.blog-share {
  position: sticky;
  top: 5.4rem;
  background: #26221f;
  border-radius: 1.15rem;
  padding: 1.55rem 1.45rem;
  border: 0;
}

.blog-share h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.blog-share-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.blog-share-links a,
.blog-share-button {
  color: #f2f5f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.blog-share-links svg {
  width: 2rem;
  height: 2rem;
}

.blog-share-links a:hover,
.blog-share-button:hover,
.blog-share-button.is-copied {
  color: #91bcff;
}

.related-posts {
  margin-top: 6rem;
}

.related-posts h2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-top: 0;
  font-size: clamp(2.8rem, 4.5vw, 4rem);
}

.related-posts h2::before,
.related-posts h2::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: start;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, auto));
  gap: clamp(2.5rem, 5vw, 7rem);
  justify-self: end;
}

.footer-column {
  min-width: 0;
}

.footer-column h4 {
  margin-bottom: 1.35rem;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 500;
}

.footer-column a {
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.9rem;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  line-height: 1.35;
}

.footer-column a:last-child {
  margin-bottom: 0;
}

.legal {
  padding-top: 2.5rem;
}

.legal p {
  margin-top: 0;
}

.legal p:first-child {
  max-width: 96%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.legal p + p {
  margin-top: 3rem;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.simple-page {
  padding-top: 2rem;
}

.page-title {
  border-top: 1px solid var(--line);
  text-align: center;
  padding-top: 2rem;
  margin-top: 1rem;
}

.team-page-shell .container {
  width: min(1620px, calc(100% - 8rem));
}

.team-page {
  padding-top: 6.8rem;
  padding-bottom: 0.5rem;
}

.team-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2.8rem);
}

.team-page-heading::before,
.team-page-heading::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.team-page-title {
  margin: 0;
  font-size: clamp(3.6rem, 5.5vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.team-page-grid {
  margin-top: 5.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 1.6rem;
}

.team-member-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.55rem 1.85rem;
  border-radius: 1.15rem;
  background: #242321;
}

.team-member-header {
  margin: 0;
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  min-height: 2.75rem;
  padding-left: 1.45rem;
}

.team-member-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 3px;
  border-radius: 999px;
  background: #4187ef;
}

.team-member-name,
.team-member-role {
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  line-height: 1.15;
  color: #4187ef;
}

.team-member-name {
  font-weight: 700;
}

.team-member-role {
  font-weight: 400;
}

.team-member-card p {
  margin-top: 1.55rem;
  font-size: clamp(1.15rem, 1.35vw, 1.34rem);
  line-height: 1.45;
}

.team-page-shell .site-footer {
  margin-top: 8rem;
}

.error-wrap {
  min-height: 75vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.error-wrap h1 {
  font-size: clamp(5rem, 18vw, 12rem);
  color: #4f84cf;
}

.home-page {
  padding-bottom: 1rem;
}

.home-page h1 {
  font-size: clamp(2.5rem, 5.1vw, 4.4rem);
  font-weight: 600;
}

.home-page .subtitle {
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: rgba(255, 255, 255, 0.83);
}

.home-approach {
  margin-top: 2.7rem;
  padding-block: 3.2rem;
}

.home-about {
  margin-top: 3rem;
  gap: 3.4rem;
}

.home-about-copy {
  max-width: 38rem;
}

.home-about-media,
.home-howitworks-media,
.tenant-difference-media {
  display: flex;
  justify-content: flex-end;
}

.home-about .rounded-image {
  width: min(100%, 420px);
  aspect-ratio: 1;
  object-fit: cover;
  margin-left: auto;
  border-radius: 1.1rem;
}

.home-metrics {
  margin-top: 2.5rem;
  padding: 3.4rem 2.6rem 2.3rem;
  border-radius: 1.6rem;
}

.home-metrics article {
  text-align: center;
  padding-inline: 0.7rem;
}

.home-metrics h3 {
  font-size: clamp(2.1rem, 2.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1b2840;
}

.home-metrics h4 {
  margin-top: 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1e2635;
}

.home-metrics p {
  margin-top: 0.9rem;
  line-height: 1.45;
  color: #2f3a4f;
  max-width: 18ch;
  margin-inline: auto;
}

.home-expertise,
.home-whatwedo,
.home-howitworks {
  margin-top: 2.8rem;
}

.home-expertise h2,
.home-whatwedo h2,
.home-howitworks h2 {
  font-weight: 600;
}

.home-expertise .expertise-grid {
  margin-top: 2.6rem;
  gap: 2rem;
}

.home-expertise-title {
  margin-top: 0.5rem;
}

.home-expertise .expertise-card .home-expertise-icon {
  width: clamp(88px, 11vw, 140px);
  height: auto;
}

.home-expertise .expertise-card .feature-title {
  max-width: 18ch;
  margin-inline: auto;
}

.home-expertise .expertise-card h3 {
  margin-top: 1.35rem;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.35;
}

.home-expertise .expertise-card p:not(.feature-title) {
  margin-top: 0.95rem;
  font-size: 1.12rem;
  line-height: 1.45;
  max-width: 32ch;
  margin-inline: auto;
}

.home-expertise .btn {
  margin-top: 1.6rem;
}

.home-whatwedo {
  margin-top: 3.2rem;
  border-radius: 1.2rem;
  padding-top: 2.9rem;
  padding-bottom: 2.7rem;
}

.home-whatwedo h2 {
  margin-top: 0.7rem;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 1.2;
}

.home-whatwedo-copy {
  max-width: 700px;
  margin-inline: auto;
}

.home-whatwedo .three-col {
  margin-top: 2.6rem;
  gap: 2rem;
}

.home-whatwedo .three-col article {
  display: flex;
  flex-direction: column;
}

.home-whatwedo .three-col h3 {
  font-size: clamp(1.55rem, 1.75vw, 2rem);
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 0.7rem;
}

.home-whatwedo .three-col p {
  margin-top: 0;
  font-size: 1.08rem;
  line-height: 1.45;
  max-width: 34ch;
  margin-inline: auto;
}

.home-howitworks {
  padding-top: 0.5rem;
  align-items: start;
  gap: 3.4rem;
}

.home-howitworks h2 {
  margin-top: 0.55rem;
  font-size: clamp(2.3rem, 3vw, 3.7rem);
  line-height: 1.16;
}

.home-howitworks p {
  margin-top: 0.95rem;
  font-size: 1.1rem;
  line-height: 1.45;
  max-width: 56ch;
}

.home-howitworks .rounded-image {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  border-radius: 1.8rem;
}

.tenant-page {
  padding-bottom: 0.5rem;
}

.tenant-hero {
  min-height: 440px;
  background-image: linear-gradient(110deg, rgba(162, 218, 237, 0.92) 0%, rgba(160, 212, 232, 0.76) 53%, rgba(160, 212, 232, 0.12) 77%), url('/assets/images/towers.webp');
  background-size: cover;
  background-position: center;
}

.tenant-hero-content {
  max-width: 820px;
}

.tenant-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 500;
}

.tenant-hero-lead,
.tenant-hero-subtitle {
  color: rgba(255, 255, 255, 0.92);
}

.tenant-hero-lead {
  margin-top: 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  font-weight: 500;
}

.tenant-hero-subtitle {
  margin-top: 0.75rem;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.tenant-difference {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  gap: 3.5rem;
  align-items: start;
  padding-top: 3rem;
}

.tenant-difference h2,
.tenant-deployment h2,
.tenant-faq h2 {
  font-weight: 500;
}

.tenant-section-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
}

.tenant-advantages {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.tenant-advantages li {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  overflow-wrap: anywhere;
}

.tenant-advantages strong {
  margin-right: 0.45rem;
}

.tenant-difference .btn {
  margin-top: 1.8rem;
}

.tenant-feature-image {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  border-radius: 1.5rem;
}

.tenant-audience {
  margin-top: 4.7rem;
  padding: 3rem 3rem 2.6rem;
  border-radius: 1.55rem;
}

.tenant-audience-grid {
  margin-top: 2.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.tenant-audience-grid article {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.tenant-audience .tenant-audience-heading {
  color: #20242d;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 500;
}

.tenant-audience-grid .tenant-audience-title {
  color: #1c2230;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 500;
  margin-top: 0;
}

.tenant-audience-grid p:not(.tenant-audience-title) {
  color: #2f3849;
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 0.85rem;
}

.tenant-logo {
  width: auto;
  max-width: 100%;
  height: clamp(52px, 8vw, 80px);
  object-fit: contain;
  margin-top: auto;
  align-self: center;
}

.tenant-panel-cta {
  margin-top: 1.5rem;
}

.tenant-deployment {
  padding-top: 2.8rem;
}

.tenant-deployment h2 {
  font-size: clamp(2.3rem, 3vw, 3.1rem);
}

.tenant-deployment-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.tenant-deployment-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tenant-deployment-illustration {
  width: clamp(88px, 11vw, 140px);
  height: auto;
}

.tenant-deployment-title {
  margin-top: 1rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.3;
}

.tenant-deployment-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  background: #f7f7f8;
  border-radius: 1.45rem;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.tenant-deployment-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.tenant-deployment-grid h3 {
  margin-top: 2rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 400;
}

.tenant-deployment .btn {
  margin-top: 2.25rem;
}

.tenant-faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.65fr);
  gap: 4rem;
  align-items: start;
  padding-top: 2.8rem;
}

.tenant-faq-heading h2 {
  font-size: clamp(3.4rem, 7vw, 5rem);
  line-height: 1.04;
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.8rem 0;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
}

.faq-icon {
  font-size: 2.1rem;
  line-height: 1;
  flex: none;
}

.faq-panel {
  margin-bottom: 1.75rem;
  background: #1a1a1a;
  border-radius: 1rem;
  padding: 1.7rem 1.55rem;
}

.faq-panel p {
  margin-top: 0;
  color: #bfc7d8;
  font-size: 1.02rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    z-index: 32;
  }

  body.menu-open .menu-toggle-line:nth-child(1) {
    transform: translateY(0.56rem) rotate(45deg);
  }

  body.menu-open .menu-toggle-line:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle-line:nth-child(3) {
    transform: translateY(-0.56rem) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: none;
    padding: var(--page-gutter);
    background: rgba(7, 8, 12, 0.58);
    backdrop-filter: blur(8px);
    z-index: 31;
  }

  .site-nav.open {
    display: block;
  }

  .site-nav-shell {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 1.2rem 1.15rem 1.4rem;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow-y: auto;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
  }

  .site-nav-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.4rem;
  }

  .site-nav-mobile-head .brand {
    min-width: 0;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
  }

  .site-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .site-nav-links a,
  .site-nav-links .btn {
    width: 100%;
  }

  .site-nav-links a {
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .site-nav-links .btn {
    width: auto;
    margin-top: 0.35rem;
    text-align: center;
  }

  .site-nav-promo {
    display: grid;
    gap: 1.15rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-width: 0;
    border-radius: 1.4rem;
    padding: 1.6rem 1.25rem;
    text-align: center;
    overflow: hidden;
  }

  .site-nav-card-hero {
    min-height: 13rem;
    background-image:
      linear-gradient(110deg, rgba(162, 218, 237, 0.94) 0%, rgba(160, 212, 232, 0.8) 55%, rgba(160, 212, 232, 0.18) 82%),
      url('/assets/images/towers.webp');
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }

  .site-nav-card-hero::after {
    content: "";
    position: absolute;
    right: -2.2rem;
    bottom: -2.8rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }

  .site-nav-card-title,
  .site-nav-card-copy,
  .site-nav-card-button,
  .site-nav-card-kicker,
  .site-nav-card-text {
    position: relative;
    z-index: 1;
  }

  .site-nav-card-title {
    max-width: 11ch;
    font-size: clamp(1.7rem, 7.5vw, 2.35rem);
    font-weight: 500;
    line-height: 1.08;
  }

  .site-nav-card-copy {
    max-width: 17ch;
    font-size: 0.98rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
  }

  .site-nav-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: var(--cta);
    color: #f5f8ff;
    font-size: 0.95rem;
    font-weight: 600;
  }

  .site-nav-card-panel {
    min-height: 14rem;
    background: var(--panel);
    color: #ffffff;
  }

  .site-nav-card-kicker {
    font-size: 1.15rem;
    font-weight: 500;
  }

  .site-nav-card-text {
    max-width: 16ch;
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .two-col,
  .metrics,
  .expertise-grid,
  .three-col,
  .cards-grid,
  .blog-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top {
    gap: 2.5rem;
  }

  .footer-nav-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.25rem;
    justify-self: stretch;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-column h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .footer-column a {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }

  .legal {
    padding-top: 2rem;
  }

  .legal p:first-child {
    max-width: none;
    font-size: 1rem;
    line-height: 1.45;
  }

  .legal p + p {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .hero {
    min-height: 380px;
  }

  .hero-home,
  .tenant-hero {
    min-height: 360px;
    background-position: 72% center;
  }

  .heading {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }

  .section-title {
    font-size: clamp(1.85rem, 6.8vw, 2.5rem);
  }

  .eyebrow {
    font-size: 1.1rem;
  }

  .blog-page .page-title {
    margin-top: 1rem;
    padding-top: 2rem;
  }

  .blog-card h3 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .blog-post-title {
    font-size: clamp(1.95rem, 6.8vw, 3rem);
  }

  .blog-post-content-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .blog-post-content {
    max-width: none;
    padding-right: 0;
  }

  .blog-post-content h2 {
    margin-top: 2.8rem;
    font-size: clamp(1.85rem, 5.8vw, 2.7rem);
    letter-spacing: -0.03em;
  }

  .blog-post-content p {
    font-size: clamp(1.02rem, 2.8vw, 1.15rem);
  }

  .blog-post-inline-media {
    width: 100%;
  }

  .blog-share-rail {
    border-left: 0;
    padding-left: 0;
  }

  .blog-share {
    position: static;
  }

  .related-posts {
    margin-top: 4.25rem;
  }

  .related-posts h2 {
    gap: 1rem;
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .home-about,
  .home-howitworks {
    gap: 1.5rem;
  }

  .home-about-media,
  .home-howitworks-media,
  .tenant-difference-media {
    justify-content: flex-start;
  }

  .home-expertise .expertise-card .home-expertise-icon {
    width: clamp(84px, 18vw, 120px);
  }

  .home-expertise .expertise-card .feature-title {
    font-size: clamp(1.45rem, 6vw, 1.95rem);
  }

  .home-whatwedo .three-col h3 {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }

  .home-howitworks h2 {
    font-size: clamp(1.9rem, 9vw, 2.9rem);
  }

  .home-howitworks p {
    max-width: 100%;
  }

  .home-about .rounded-image,
  .home-howitworks .rounded-image {
    max-width: 100%;
    margin-left: 0;
  }

  .tenant-difference,
  .tenant-audience-grid,
  .tenant-deployment-grid,
  .tenant-faq {
    grid-template-columns: 1fr;
  }

  .tenant-difference {
    gap: 1.75rem;
    padding-top: 2rem;
  }

  .tenant-feature-image {
    max-width: 100%;
    margin-left: 0;
  }

  .tenant-audience {
    margin-top: 3rem;
    padding: 2.4rem 1.5rem 2rem;
  }

  .tenant-deployment {
    padding-top: 1.5rem;
  }

  .tenant-faq {
    gap: 2rem;
    padding-top: 1.8rem;
  }

  .tenant-faq-heading h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .faq-trigger {
    font-size: 1.15rem;
    padding: 1.35rem 0;
  }

  .panel {
    padding: 2rem 1.2rem;
  }

  .team-page-shell .container {
    width: min(100%, calc(100% - 2rem));
  }

  .team-page {
    padding-top: 3.25rem;
  }

  .team-page-heading {
    grid-template-columns: 1fr;
  }

  .team-page-heading::before,
  .team-page-heading::after {
    display: none;
  }

  .team-page-title {
    text-align: center;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .team-page-grid {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .team-member-card {
    min-height: 0;
    padding: 1.35rem 1.2rem 1.45rem;
  }

  .team-member-header {
    min-height: 0;
  }

  .team-member-name,
  .team-member-role {
    font-size: clamp(1.35rem, 5vw, 1.8rem);
  }

  .team-member-card p {
    font-size: 1.05rem;
  }

  .legal p:first-child {
    max-width: 100%;
  }

  .legal p + p {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 1rem;
  }

  .nav-wrap {
    min-height: 4rem;
  }

  .site-nav {
    padding: 0.9rem;
  }

  .site-nav-shell {
    padding: 1rem 1rem 1.25rem;
  }

  .site-nav-card {
    border-radius: 1.25rem;
  }

  .site-nav-card-title {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .site-nav-card-text {
    font-size: 0.98rem;
  }

  .hero {
    margin-top: 1rem;
    min-height: 320px;
    border-radius: 0.9rem;
  }

  .hero-content {
    padding: 1.8rem 1.1rem;
  }

  .home-hero-subtitle,
  .tenant-hero-lead,
  .tenant-hero-subtitle {
    font-size: clamp(1rem, 3.9vw, 1.25rem);
  }

  .home-approach {
    padding-block: 2.4rem;
  }

  .home-metrics {
    padding: 2.25rem 1.15rem 1.85rem;
  }

  .metrics {
    gap: 1.25rem;
  }

  .home-about .rounded-image,
  .home-howitworks .rounded-image,
  .tenant-feature-image {
    width: 100%;
    max-width: none;
  }

  .home-howitworks .rounded-image {
    border-radius: 1.2rem;
  }

  .blog-card img {
    height: 200px;
  }

  .blog-search {
    font-size: 1rem;
    padding: 0.85rem 1rem;
  }

  .blog-post-page {
    padding-top: 1.2rem;
  }

  .blog-post-category {
    margin-top: 1.25rem;
  }

  .blog-post-title {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .blog-post-content h2 {
    margin-top: 2.2rem;
    font-size: clamp(1.6rem, 7.4vw, 2.2rem);
    letter-spacing: -0.02em;
  }

  .blog-post-content h3 {
    font-size: clamp(1.25rem, 6.5vw, 1.55rem);
  }

  .blog-post-content p {
    margin-top: 1.1rem;
  }

  .blog-share {
    padding: 1.25rem 1rem;
  }

  .related-posts h2 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .related-posts h2::before,
  .related-posts h2::after {
    display: none;
  }

  .tenant-audience-grid,
  .tenant-deployment-grid {
    gap: 1.5rem;
  }

  .faq-panel {
    padding: 1.25rem 1rem;
  }

  .footer-top {
    padding-bottom: 2.25rem;
  }

  .footer-nav-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.9rem;
  }

  .site-footer {
    margin-top: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  .team-page {
    padding-top: 2.5rem;
  }

  .team-page-title {
    font-size: clamp(2.4rem, 14vw, 3.6rem);
  }

  .team-member-header {
    padding-left: 1.1rem;
  }
}
