:root {
  --rise-red: #cb2c30;
  --rise-red-dark: #b51922;
  --rise-ink: #0f1115;
  --rise-ink-2: #12151b;
  --rise-soft: #f5f7fb;
  --rise-border: rgba(15, 17, 21, 0.08);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #101318;
  background: #fff;
}

/* Global mobile safety (avoid horizontal scroll) */
html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Landing page typography (Figma) */
.hero,
.navbar,
.stats-bar,
.who,
.ticker,
#services,
#projects,
#testimonials,
.cta-lite,
.linkedin-feed-strip,
.footer-site {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.page-who {
  background: #ffffff;
  overflow-x: hidden;
}

/* Blog page */
.page-blog {
  background: #ffffff;
}

.page-blog .navbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  height: 72px;
  background: #ffffff;
  border-bottom: 1px solid #e5e9ec;
}

.page-blog .nav-container {
  max-width: 1440px;
  height: 72px;
  padding: 0 120px;
}

.page-blog .navbar-brand {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.56px;
  color: #cb2c30;
}

.page-blog .navbar .nav-link {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #8c95a3;
}

.page-blog .navbar .nav-link.active,
.page-blog .navbar .nav-link:hover {
  color: #1b1c1d;
}

.page-blog .nav-underline::after {
  background: #1b1c1d;
  height: 2px;
  bottom: -2.5px;
  opacity: 1;
}

.btn-blog-outline {
  box-sizing: border-box;
  height: 36px;
  border-radius: 18px;
  padding: 8px 24px;
  border: 1px solid #cb2c30;
  background: transparent;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #cb2c30;
  text-decoration: none;
}

.btn-blog-outline:hover {
  background: rgba(203, 44, 48, 0.06);
  color: #cb2c30;
}

.blog-hero {
  width: 100%;
  height: 360px;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: #ffffff;
}

.blog-hero-container {
  width: 1279.99px;
  max-width: 1280px;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}

.blog-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #8f1d20;
}

.blog-hero-star {
  font-family: "Segoe UI Symbol", "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.32px;
  color: #8f1d20;
}

.blog-hero-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -2.16px;
  color: #8f1d20;
  margin: 0;
}

.blog-hero-sub {
  width: 559.99px;
  max-width: 560px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #5f6f84;
  margin: 0;
}

.blog-divider {
  width: 100%;
  height: 1px;
  background: #dde1e4;
}

.blog-featured {
  width: 100%;
  background: #8f1d20;
  padding: 120px 128px;
  height: 579.99px;
}

.blog-featured-container {
  width: 1183.99px;
  max-width: 1183.99px;
  height: 339.99px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.blog-featured-left {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}

.blog-featured-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  height: 28px;
  border-radius: 999px;
  background: #ffffff;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #8f1d20;
}

.blog-featured-title {
  width: 560px;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}

.blog-featured-text {
  width: 560px;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.blog-featured-link {
  padding-top: 12px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}

.blog-featured-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.blog-featured-right {
  width: 559.99px;
  height: 339.99px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}

.blog-featured-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 2.5%, rgba(255, 255, 255, 0) 2.5%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 2.5%, rgba(255, 255, 255, 0) 2.5%);
  background-size: 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 2;
}

.blog-featured-right::after {
  content: "BIM";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 96px;
  line-height: 144px;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 3;
}

.blog-featured-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.blog-all {
  width: 100%;
  padding: 80px 120px;
  background: #f7f7f5;
}

.blog-all-container {
  width: 1200px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.blog-all-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #8f1d20;
}

.blog-all-title {
  width: 1200px;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #8f1d20;
}

.blog-grid {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 381.33px);
  gap: 28px;
  padding-top: 12px;
}

.blog-card {
  width: 381.33px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.blog-thumb {
  position: relative;
  width: 381.33px;
  height: 179.99px;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  height: 24.48px;
  padding: 3.7px 12px;
  border-radius: 999px;
  background: #8f1d20;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}

.blog-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-card-title {
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #8f1d20;
}

.blog-card-text {
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #5f6f84;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5f6f84;
}

.blog-read {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #8f1d20;
  text-decoration: none;
}

.blog-read:hover {
  text-decoration: underline;
  color: #8f1d20;
}

.blog-newsletter {
  width: 100%;
  padding: 80px 80.01px 80px 80px;
  background: #8f1d20;
  height: 371.21px;
}

.blog-newsletter-container {
  width: 1279.99px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 211.21px;
}

.blog-newsletter-title {
  width: 1183.99px;
  max-width: 100%;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 78px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-newsletter-sub {
  width: 1183.99px;
  max-width: 100%;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-newsletter-form {
  width: 479.99px;
  max-width: 480px;
  padding-top: 23.98px;
  display: flex;
  gap: 0 11.99px;
  justify-content: center;
  flex-wrap: wrap;
  height: 75.21px;
  align-content: center;
}

.blog-newsletter-input {
  flex: 1 1 340px;
  min-width: 220px;
  height: 51.23px;
  padding: 15.48px 20px 15.75px;
  border-radius: 999px;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.31);
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.blog-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.83);
}

.blog-newsletter-btn {
  width: 128px;
  height: 51px;
  border-radius: 999px;
  border: 0;
  background: #ffffff;
  padding: 14px 28px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #1b1c1d;
}

.blog-newsletter-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
  .page-blog .nav-container {
    padding: 0 22px;
  }
  .blog-hero-container {
    width: 100%;
    padding: 0 22px;
  }
  .blog-hero-title {
    font-size: 52px;
    line-height: 58px;
    letter-spacing: -1px;
  }
  .blog-featured {
    padding: 64px 22px;
    height: auto;
  }
  .blog-featured-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .blog-featured-left,
  .blog-featured-title,
  .blog-featured-text {
    width: 100%;
  }
  .blog-featured-right {
    width: 100%;
    height: 260px;
  }
  .blog-all {
    padding: 64px 22px;
  }
  .blog-all-container,
  .blog-all-title {
    width: 100%;
  }
  .blog-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .blog-card,
  .blog-thumb {
    width: 100%;
  }
  .blog-thumb {
    height: 170px;
  }
  .blog-newsletter {
    padding: 64px 22px;
    height: auto;
  }
  .blog-newsletter-container {
    width: 100%;
    padding: 0;
  }
  .blog-newsletter-title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 575.98px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Single blog page */
.single-main {
  background: #ffffff;
}

.single-top {
  width: 100%;
  padding: 85px 120px 0;
  background: #ffffff;
}

.single-top-container {
  width: 1279.99px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.single-back {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #5f6f84;
  text-decoration: none;
}

.single-back:hover {
  text-decoration: underline;
  color: #5f6f84;
}

.single-hero {
  width: 100%;
  padding: 0 120px;
  background: #ffffff;
}

.single-hero-card {
  width: 1200px;
  height: 460.69px;
  border-radius: 24px;
  background: #18181b;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  isolation: isolate;
}

.single-hero-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, #ffffff, #ffffff), var(--hero-img);
  background-blend-mode: saturation, normal;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: 0;
}

.single-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 36px 45px;
  z-index: 1;
}

.single-hero-chip {
  height: 30px;
  padding: 6px 12px;
  border-radius: 14px;
  background: #970012;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}

.single-hero-h1 {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  max-width: 927px;
}

.single-hero-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 4.5px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #d4d4d8;
}

.single-meta-rule {
  width: 27px;
  height: 1px;
  background: #dc2626;
  display: inline-block;
}

.single-article {
  width: 100%;
  padding: 0 120px;
}

.single-article-inner {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 109px;
  align-items: start;
  padding: 40px 36px;
  box-sizing: border-box;
}

.single-aside {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.single-author {
  padding-top: 18px;
  border-top: 2.25px solid #cb2c30;
}

.single-aside-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1b1c1d;
  margin-bottom: 9px;
}

.single-author-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.single-author-avatar {
  width: 48px;
  height: 48px;
  border: 1.5px solid #1b1c1d;
  overflow: hidden;
  border-radius: 12px;
}

.single-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-author-name {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1b1c1d;
}

.single-author-role {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #cb2c30;
}

.single-share-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1b1c1d;
  margin-bottom: 16px;
}

.single-share-link {
  display: inline-flex;
  align-items: center;
  gap: 6.75px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1b1c1d;
  text-decoration: none;
  margin-bottom: 16px;
}

.single-share-link:hover {
  text-decoration: underline;
  color: #1b1c1d;
}

.single-ic {
  width: 16px;
  height: 16px;
  background: #1b1c1d;
  border-radius: 3px;
  display: inline-block;
}

.single-body {
  width: 747.5px;
  max-width: 747.5px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

@media (min-width: 992px) {
  .single-article-inner {
    width: 1200.38px;
    height: 1241.12px;
    grid-template-columns: 271.88px 747.5px;
  }

  .single-aside {
    width: 271.88px;
    height: 1025.5px;
    padding-bottom: 846.748px;
    box-sizing: border-box;
  }
}

.single-p {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f6f84;
  margin: 0;
  text-align: justify;
}

.single-p--lead {
  color: #1b1c1d;
}

.single-h2 {
  box-sizing: border-box;
  padding: 6px 0 6px 12px;
  border-left: 5px solid #cb2c30;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1b1c1d;
  margin: 0;
}

.single-quote {
  background: #1b1c1d;
  border-right: 4.5px solid #cb2c30;
  border-radius: 16px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.single-quote-text {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.single-quote-by {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #dc2626;
}

.single-figrow {
  display: grid;
  grid-template-columns: 367px 1fr;
  gap: 13px;
  align-items: start;
}

.single-fig-img {
  width: 367px;
  height: 367px;
  border-radius: 16px;
  overflow: hidden;
}

.single-fig-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-fig-cap {
  margin-top: 9px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5f6f84;
}

.single-note-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1b1c1d;
  margin-bottom: 12px;
}

.single-note-text {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f6f84;
}

.single-tech {
  border-top: 1.125px solid #1b1c1d;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.single-tech-k {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: #cb2c30;
  text-transform: uppercase;
}

.single-tech-v {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: #1b1c1d;
  margin-top: 2px;
}

.single-continue {
  width: 100%;
  background: #f7f7f5;
  padding: 80px 120px;
  margin-top: 24px;
}

.single-continue-container {
  width: 1200px;
  max-width: 1280px;
  margin: 0 auto;
}

.single-continue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.single-continue-kicker {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #8f1d20;
}

.single-continue-sub {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1a1c1c;
  margin-top: 4px;
}

.single-archives {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #1b1c1d;
  text-decoration: none;
  border-bottom: 1.125px solid #1b1c1d;
  padding-bottom: 2.25px;
}

.single-archives:hover {
  color: #1b1c1d;
  text-decoration: none;
  opacity: 0.85;
}

@media (max-width: 991.98px) {
  .single-top {
    padding: 72px 22px 0;
  }
  .single-top-container {
    width: 100%;
    padding: 0;
  }
  .single-hero {
    padding: 0 22px;
  }
  .single-hero-card {
    width: 100%;
    height: 320px;
  }
  .single-article {
    padding: 28px 22px 0;
  }
  .single-article-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }
  .single-body {
    width: 100%;
    max-width: 100%;
  }
  .single-figrow {
    grid-template-columns: 1fr;
  }
  .single-fig-img {
    width: 100%;
    height: 260px;
  }
  .single-continue {
    padding: 64px 22px;
  }
  .single-continue-container {
    width: 100%;
  }
  .single-continue-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Contact page */
.page-contact {
  background: #ffffff;
}

.page-contact .navbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  height: 72px;
  background: #ffffff;
  border-bottom: 1px solid #e5e9ec;
}

.page-contact .nav-container {
  max-width: 1440px;
  height: 72px;
  padding: 0 120px;
}

.page-contact .navbar-brand {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.56px;
  color: #cb2c30;
}

.page-contact .navbar .nav-link {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #8c95a3;
}

.page-contact .navbar .nav-link.active,
.page-contact .navbar .nav-link:hover {
  color: #1b1c1d;
}

.page-contact .nav-underline::after {
  background: #1b1c1d;
  height: 2px;
  bottom: -2.5px;
  opacity: 1;
}

.btn-contact-outline {
  box-sizing: border-box;
  height: 36px;
  border-radius: 18px;
  padding: 8px 24px;
  border: 1px solid #cb2c30;
  background: transparent;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #cb2c30;
  text-decoration: none;
}

.btn-contact-outline:hover {
  background: rgba(203, 44, 48, 0.06);
  color: #cb2c30;
}

.contact-split {
  width: 100%;
  min-height: 828px;
  display: grid;
  grid-template-columns: 669.77px 1fr;
}

.contact-left {
  position: relative;
  height: 830.99px;
  overflow: hidden;
  background: none;
}

.contact-left-media {
  position: absolute;
  inset: 0;
  background-color: #1d1a1b;
  background-image: var(--contact-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.contact-left-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    163.64deg,
    rgba(29, 26, 27, 0.78) 0%,
    rgba(29, 26, 27, 0.68) 50%,
    rgba(29, 26, 27, 0.45) 100%
  );
  z-index: 1;
}

.contact-left-inner {
  position: relative;
  z-index: 2;
  height: 830.99px;
  padding: 153.77px 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  color: #ffffff;
}

.contact-kicker {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.contact-h1 {
  width: 389.77px;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -2.16px;
  color: #ffffff;
}

.contact-sub {
  width: 359.99px;
  max-width: 360px;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}

.contact-details {
  width: 389.77px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 11.98px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.contact-ic {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 15px 15px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 15px 15px;
}

.contact-ic--location {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E");
}

.contact-ic--phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-10.39 0-19-8.61-19-19 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-10.39 0-19-8.61-19-19 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.contact-ic--email {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.contact-ic--clock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}

.contact-socials {
  padding-top: 8px;
  display: flex;
  gap: 10px;
}

.contact-social {
  height: 33.46px;
  padding: 6.25px 13.74px 7.21px;
  display: inline-flex;
  align-items: center;
  gap: 6.99px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 140px;
  text-decoration: none;
  color: #ffffff;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
}

.contact-social:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.contact-social-ic {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px 14px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 14px 14px;
}

.contact-right {
  height: 830.54px;
  background: #f3f5f7;
  padding: 52px 140px;
  overflow: auto;
}

.contact-form-wrap {
  width: 490.23px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 31.99px;
}

.contact-eyebrow {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  color: #cb2c30;
}

.contact-title {
  margin: 10px 0 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.8px;
  color: #cb2c30;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-input {
  box-sizing: border-box;
  height: 48px;
  padding: 14px 24px;
  background: #ffffff;
  border: 1px solid #cdd1d8;
  border-radius: 24px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1b1c1d;
  outline: none;
}

.contact-input::placeholder {
  color: #5f6f84;
}

.contact-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5f6f84 50%),
    linear-gradient(135deg, #5f6f84 50%, transparent 50%);
  background-position: calc(100% - 22px) 20px, calc(100% - 16px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-chips {
  padding-top: 4px;
}

.contact-chip-head {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #5f6f84;
  margin-bottom: 10px;
}

.contact-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-chip {
  height: 34.44px;
  padding: 6.11px 16.48px 6.33px;
  border-radius: 140px;
  border: 1px solid #cdd1d8;
  background: #ffffff;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #cb2c30;
}

.contact-chip.is-selected {
  border-color: var(--rise-red, #cb2c30);
  background: rgba(203, 44, 48, 0.08);
}

.rise-contact-alert {
  max-width: 720px;
  margin: 1rem auto;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.rise-contact-alert--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #14532d;
}

.rise-contact-alert--warn {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}

.rise-contact-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.contact-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid #cdd1d8;
  background: #ffffff;
  resize: none;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1b1c1d;
  outline: none;
}

.contact-textarea::placeholder {
  color: #5f6f84;
}

.contact-submit {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 11.51px;
}

.contact-btn {
  width: 100%;
  height: 48px;
  padding: 12px 6px 12px 24px;
  border-radius: 24px;
  border: 0;
  background: #cb2c30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.contact-btn-ic {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  color: #ffffff;
}

.contact-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #5f6f84;
}

@media (max-width: 991.98px) {
  .page-contact .nav-container {
    padding: 0 22px;
  }
  .contact-split {
    grid-template-columns: 1fr;
  }
  .contact-left,
  .contact-right {
    height: auto;
  }
  .contact-left-inner {
    padding: 84px 22px;
  }
  .contact-right {
    padding: 44px 22px;
  }
  .contact-form-wrap {
    width: 100%;
    max-width: 100%;
  }
  .contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .contact-h1 {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -1px;
    width: 100%;
  }
  .contact-sub,
  .contact-details {
    width: 100%;
  }
}

/* Who page header (light) */
.page-who .navbar {
  position: relative;
  top: auto;
  z-index: 20;
  height: 72px;
  padding: 0;
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 1px solid #e5e9ec;
}

.page-who .navbar-brand {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: -0.56px;
  color: #cb2c30;
}

.page-who .navbar-brand:hover {
  color: var(--rise-red-dark);
}

.page-who .navbar .nav-link {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #8c95a3;
}

.page-who .navbar .nav-link:hover,
.page-who .navbar .nav-link.active {
  color: #1b1c1d;
}

.page-who .nav-underline::after {
  background: #1b1c1d;
  height: 2px;
  bottom: -2.5px;
  opacity: 1;
}

.btn-who-outline {
  box-sizing: border-box;
  height: 36px;
  border-radius: 18px;
  padding: 8px 24px;
  border: 1px solid #cb2c30;
  background: transparent;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #cb2c30;
  text-decoration: none;
}

.btn-who-outline:hover {
  color: #cb2c30;
  background: rgba(203, 44, 48, 0.06);
}

.section-pad {
  padding: 72px 0;
}

.section-pad-sm {
  padding: 56px 0;
}

.section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(16, 19, 24, 0.55);
  font-weight: 600;
}

.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--rise-red);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(207, 31, 42, 0.2);
}

.brand-dot-sm {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 3px rgba(207, 31, 42, 0.2);
}

.nav-glass {
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}

.navbar {
  position: relative;
  z-index: 1030;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar.nav-glass {
  padding-top: calc(14px + env(safe-area-inset-top, 0px));
}

@media (min-width: 992px) {
  .navbar.nav-glass.navbar--scrolled {
    background: rgba(15, 17, 21, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
}

.nav-container {
  max-width: 1440px;
}

.navbar-brand {
  letter-spacing: 0.02em;
}

/* Home: hero slides under in-flow navbar (scrolls away; no overlap on lower sections). */
.navbar.nav-glass + .hero {
  margin-top: calc(-1 * (72px + env(safe-area-inset-top, 0px)));
  padding: calc(76px + 60px + env(safe-area-inset-top, 0px)) 0 60px;
}

.navbar-dark .navbar-brand {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.56px;
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover {
  color: #ffffff;
  opacity: 0.92;
}

.navbar .nav-link {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #b9c0ce;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #fff;
}

.nav-underline {
  position: relative;
  padding-bottom: 8px;
  font-size: 0.95rem;
}

.nav-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0;
}

.nav-underline:hover::after,
.nav-underline.active::after {
  transform: scaleX(1);
  opacity: 1;
}

/* Mobile nav fixes (prevents overlay + stray underline line) */
@media (max-width: 991.98px) {
  /* Ensure logo-left + toggler-right on mobile */
  .navbar .navbar-brand {
    margin-right: auto;
  }

  .navbar .navbar-toggler {
    margin-left: auto;
  }

  /* Inner pages: remove desktop side padding that breaks mobile header */
  .page-who .nav-container,
  .page-blog .nav-container,
  .page-contact .nav-container,
  .page-single-blog .nav-container {
    padding: 0 18px;
    height: auto;
  }

  .page-blog .navbar,
  .page-who .navbar,
  .page-contact .navbar,
  .page-single-blog .navbar {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-underline::after {
    display: none;
  }

  .navbar .navbar-toggler {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }

  .navbar.navbar-light .navbar-toggler {
    border-color: rgba(16, 19, 24, 0.2);
  }

  .navbar .navbar-collapse {
    margin-top: 12px;
    border-radius: 16px;
    padding: 10px 12px;
  }

  /* Dark header (home) */
  .navbar.navbar-dark .navbar-collapse {
    background: rgba(15, 17, 21, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
  }

  /* Light header (inner pages) */
  .navbar.navbar-light .navbar-collapse {
    background: #ffffff;
    border: 1px solid rgba(16, 19, 24, 0.08);
    box-shadow: 0 18px 40px rgba(16, 19, 24, 0.08);
  }

  .navbar .navbar-nav {
    align-items: flex-start;
    gap: 8px;
  }

  .navbar .nav-link {
    width: 100%;
    padding: 10px 8px;
    border-radius: 12px;
  }

  .navbar.navbar-light .nav-link:hover,
  .navbar.navbar-light .nav-link.active {
    background: rgba(16, 19, 24, 0.06);
    color: #1b1c1d;
  }

  .navbar.navbar-dark .nav-link:hover,
  .navbar.navbar-dark .nav-link.active {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  /* Nested WP sub-menus: stack under parent (not horizontal columns) */
  .navbar .navbar-nav .sub-menu {
    list-style: none;
    margin: 4px 0 8px 0;
    padding: 0 0 0 12px;
    border-left: 2px solid rgba(143, 29, 32, 0.25);
  }

  .navbar.navbar-dark .navbar-nav .sub-menu {
    border-left-color: rgba(255, 255, 255, 0.2);
  }

  .navbar .navbar-nav .sub-menu .nav-item {
    width: 100%;
  }

  .navbar .navbar-nav .sub-menu .nav-link {
    font-size: 0.88rem;
    padding: 8px 8px;
    color: inherit;
    opacity: 0.92;
  }

  .navbar.navbar-light .navbar-nav .sub-menu .nav-link {
    color: #3d454d;
  }

  .navbar.navbar-dark .navbar-nav .sub-menu .nav-link {
    color: #e8eaed;
  }

  .navbar .navbar-nav .sub-menu .nav-underline::after {
    display: none;
  }
}

/* WordPress sub-menus — desktop hover dropdown (fixes flat mega-columns bug) */
@media (min-width: 992px) {
  .navbar .navbar-nav > .menu-item-has-children {
    position: relative;
  }

  .navbar .navbar-nav > .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1050;
    min-width: 260px;
    max-width: 320px;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    border-left: none;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  }

  .navbar.navbar-dark .navbar-nav > .menu-item-has-children > .sub-menu {
    background: rgba(15, 17, 21, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar.navbar-light .navbar-nav > .menu-item-has-children > .sub-menu {
    background: #ffffff;
    border: 1px solid rgba(16, 19, 24, 0.08);
  }

  .navbar .navbar-nav > .menu-item-has-children:hover > .sub-menu,
  .navbar .navbar-nav > .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }

  .navbar .navbar-nav > .menu-item-has-children > .sub-menu .nav-link {
    padding: 9px 18px;
    width: 100%;
    white-space: normal;
    font-size: 0.9rem;
    border-radius: 0;
  }

  .navbar.navbar-dark .navbar-nav > .menu-item-has-children > .sub-menu .nav-link {
    color: #e8eaed;
  }

  .navbar.navbar-dark .navbar-nav > .menu-item-has-children > .sub-menu .nav-link:hover,
  .navbar.navbar-dark .navbar-nav > .menu-item-has-children > .sub-menu .nav-link.active {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .navbar.navbar-light .navbar-nav > .menu-item-has-children > .sub-menu .nav-link {
    color: #2a3038;
  }

  .navbar.navbar-light .navbar-nav > .menu-item-has-children > .sub-menu .nav-link:hover,
  .navbar.navbar-light .navbar-nav > .menu-item-has-children > .sub-menu .nav-link.active {
    background: rgba(16, 19, 24, 0.05);
    color: #101318;
  }

  .navbar .navbar-nav > .menu-item-has-children > .sub-menu .nav-underline::after {
    display: none;
  }

  /* Caret hint on parents (use ::before — ::after is the underline) */
  .navbar .navbar-nav > .menu-item-has-children > .nav-link::before {
    content: "▾";
    margin-right: 4px;
    font-size: 0.72em;
    opacity: 0.75;
    vertical-align: baseline;
  }
}

.btn-ghost-pill {
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-decoration: none;
}

.btn-ghost-pill:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.18);
}

.btn-rise {
  --bs-btn-bg: var(--rise-red);
  --bs-btn-border-color: var(--rise-red);
  --bs-btn-hover-bg: var(--rise-red-dark);
  --bs-btn-hover-border-color: var(--rise-red-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
}

/* Landing hero primary button (Figma size) */
.btn-rise.btn-hero-primary {
  --bs-btn-bg: #cb2c30;
  --bs-btn-border-color: #cb2c30;
  --bs-btn-hover-bg: #b51922;
  --bs-btn-hover-border-color: #b51922;
}

.btn-rise-sm {
  padding: 8px 14px;
  font-size: 0.925rem;
}

.btn-rise-lg {
  padding: 12px 22px;
}

.hero {
  position: relative;
  min-height: 800px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 28, 29, 0.7) 0%,
    rgba(27, 28, 29, 0.45) 50%,
    rgba(27, 28, 29, 0.8) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  height: 36px;
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #8c95a3;
  backdrop-filter: blur(4px);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-pill-dot {
  width: 6.99px;
  height: 6.99px;
  border-radius: 3.5px;
  background: #cb2c30;
  box-shadow: 0px 0px 8px #e8b400;
}

.hero-title {
  font-weight: 800;
  font-size: 108px;
  line-height: 141px;
  letter-spacing: 0;
  display: block;
}

.hero-type {
  display: block;
  min-height: calc(141px + 141px);
}

.hero-type-caret {
  display: inline-block;
  margin-left: 0.04em;
  font-weight: 300;
  opacity: 1;
  animation: hero-caret-blink 1s steps(1, end) infinite;
}

.hero-type.is-done .hero-type-caret {
  display: none;
}

@keyframes hero-caret-blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-type-caret {
    animation: none;
    opacity: 0;
  }
}

.hero-sub {
  max-width: 54rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #cdd1d8 !important;
}

.btn-hero-outline {
  box-sizing: border-box;
  width: 210px;
  height: 48px;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #cdd1d8;
  text-decoration: none;
}

.btn-hero-outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(205, 209, 216, 0.95);
}

.btn-hero-primary {
  width: 170px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}


.stats-bar {
  position: relative;
  width: 100%;
  z-index: 2;
  background: var(--rise-red);
  border-top: 0.740741px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0.740741px solid rgba(255, 255, 255, 0.06);
  height: 152.48px;
  padding: 0;
  display: flex;
  align-items: center;
}

.stats-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  height: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 0;
    padding: 40px 0 48px;
    gap: 28px;
  }

  .navbar.nav-glass {
    background: rgba(15, 17, 21, 0.96);
    backdrop-filter: blur(10px);
  }

  .navbar.nav-glass + .hero {
    margin-top: 0;
    padding: calc(24px + env(safe-area-inset-top, 0px)) 0 48px;
  }

  .hero-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-sub {
    margin-bottom: 1.75rem !important;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-inner .d-flex.gap-3 {
    margin-top: 0.25rem;
    gap: 0.75rem !important;
    width: 100%;
  }

  .btn-hero-outline,
  .btn-hero-primary {
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 48px;
  }

  .hero-title {
    font-size: clamp(40px, 11vw, 64px);
    line-height: 1.08;
  }

  .hero-type {
    min-height: calc(56px + 56px);
  }

  .stats-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 0;
    padding-bottom: 40px;
  }

  .navbar.nav-glass + .hero {
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 1.1;
  }

  .hero-type {
    min-height: calc(44px + 44px);
  }

  .hero-pill {
    font-size: 11px;
    line-height: 1.35;
    padding: 8px 12px;
  }
}

.stats-row {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.stat {
  flex: 1 1 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px; /* short divider like design */
  background: rgba(255, 255, 255, 0.14);
}

.stat-value {
  font-weight: 800;
  color: #fff;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  min-height: 1em;
}

.stat-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  .stats-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .stats-bar {
    height: auto;
    padding: 22px 0;
  }
  .stats-row {
    flex-wrap: wrap;
    row-gap: 18px;
  }
  .stat {
    flex: 0 0 50%;
  }
  .stat:not(:last-child)::after {
    display: none;
  }
}

.about-card {
  border: 1px solid var(--rise-border);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 19, 24, 0.06);
}

.about-wrap {
  border: 1px solid var(--rise-border);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 19, 24, 0.06);
}

.about-panel {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--rise-red), #b0151d);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-panel-top {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-panel-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.about-panel-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.about-panel-body {
  padding: 14px 16px 16px;
}

.about-bullets {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.about-bullet {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.about-bullet .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
  flex: 0 0 auto;
}

.about-panel-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-note {
  font-size: 0.98rem;
}

/* Who We Are section (matches screenshot) */
.who {
  background: #fff;
}

.who-left {
  display: grid;
  gap: 18px;
}

.who-col {
  display: flex;
}

.who-col > * {
  width: 100%;
}

.who-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 17, 21, 0.08);
  box-shadow: 0 12px 30px rgba(16, 19, 24, 0.08);
  overflow: hidden;
}

.who-card--white {
  background: #ffffff;
  padding: 26px;
}

.who-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: rgba(16, 19, 24, 0.55);
  margin-bottom: 12px;
}

.who-title {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--rise-red);
  font-weight: 900;
  margin: 0 0 12px;
}

.who-text {
  margin: 0 0 14px;
  color: rgba(16, 19, 24, 0.62);
  max-width: 36rem;
}

.who-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(16, 19, 24, 0.72);
}

.who-link:hover {
  color: rgba(16, 19, 24, 0.95);
  text-decoration: underline;
}

.who-card--red {
  background: #8f1d20;
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 22px;
}

.who-minihead {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
}

.who-list {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.who-item {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.who-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.who-link--light {
  color: rgba(255, 255, 255, 0.85);
}

.who-link--light:hover {
  color: #fff;
}

.who-thumb {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 17, 21, 0.08);
  box-shadow: 0 12px 30px rgba(16, 19, 24, 0.08);
  min-height: 220px;
}

.who-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-quote {
  border-radius: 18px;
  background: #a02023;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
  color: #fff;
  position: relative;
}

.who-quote-mark {
  font-size: 54px;
  line-height: 1;
  opacity: 0.28;
  font-weight: 900;
  margin-bottom: 4px;
}

.who-quote-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 10px;
}

.who-quote-by {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.who-hero {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(15, 17, 21, 0.08);
  box-shadow: 0 16px 40px rgba(16, 19, 24, 0.1);
}

.who-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-pill {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--rise-red);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
  .who-col {
    display: block;
  }
  .who-hero {
    height: 360px;
    min-height: 0;
  }
}

/* Ticker bar (red strip) */
.ticker {
  background: var(--rise-red);
  border-top: 0.740741px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0.740741px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 22s linear infinite;
}

.ticker-group {
  display: flex;
  gap: 48px;
  padding: 14px 28px;
  align-items: center;
  white-space: nowrap;
}

.ticker-item {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 11px;
  text-transform: uppercase;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

.pill {
  font-size: 12px;
  font-weight: 700;
  color: var(--rise-red);
  border: 1px solid rgba(207, 31, 42, 0.2);
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.feature {
  border: 1px solid var(--rise-border);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.feature-dark {
  background: linear-gradient(180deg, #1a1d25, #12151b);
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.feature-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.feature-text {
  color: rgba(16, 19, 24, 0.68);
  font-size: 0.95rem;
}

.feature-dark .feature-text {
  color: rgba(255, 255, 255, 0.72);
}

.about-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(10, 12, 16, 0.6);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.overlay-title {
  font-weight: 800;
  margin-bottom: 2px;
}

.overlay-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.link-more {
  color: rgba(16, 19, 24, 0.75);
  text-decoration: none;
  font-weight: 600;
}

.link-more:hover {
  color: rgba(16, 19, 24, 0.95);
  text-decoration: underline;
}

.service-tile {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #0b0d12;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.service-wide {
  min-height: 200px;
}

.services-panel {
  border-radius: 18px;
  background: linear-gradient(180deg, #171a21, #0f1116);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 18px;
}

/* What We Do grid (services) */
.services-heading {
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.02;
}

.services-cta {
  color: rgba(16, 19, 24, 0.78);
  text-decoration: none;
  font-weight: 700;
  padding-top: 10px;
  font-size: 13px;
}

.services-cta:hover {
  color: rgba(16, 19, 24, 0.95);
  text-decoration: underline;
}

/* ===== Landing: Our services (Figma — home #services bento) ===== */
#services.section-pad {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 120px;
  width: 100%;
  max-width: 100%;
  background: #f3f5f7;
  box-sizing: border-box;
}

#services.section-pad > .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#services .services-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: 100%;
}

#services .services-heading {
  margin: 0;
  width: auto;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  display: flex;
  align-items: center;
  color: #1b1c1d;
  letter-spacing: 0;
}

#services .services-cta {
  margin: 0;
  padding: 0 0 2px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  color: #1b1c1d;
  text-decoration: none;
}

#services .services-cta:hover {
  color: #1b1c1d;
  text-decoration: underline;
}

/* Bento: 442.5 + 442.5 + 295 + gaps = 1200; rows 260 + 230 + 170 + gaps ≈ 680 */
#services .whatwedo-grid {
  width: 100%;
  max-width: 1200px;
  height: 679.94px;
  min-height: 520px;
  margin: 0;
  display: grid;
  /* 442.5 : 442.5 : 295 */
  grid-template-columns: 1.5fr 1.5fr 1fr;
  grid-template-rows: 260px 230px 170px;
  gap: 10px;
  align-self: stretch;
  box-sizing: border-box;
}

#services .wwd-card {
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  min-height: 0;
}

#services .wwd-card::after {
  background: linear-gradient(
    0deg,
    rgba(5, 8, 20, 0.9) 0%,
    rgba(5, 8, 20, 0.45) 45%,
    rgba(5, 8, 20, 0.1) 100%
  );
}

#services .wwd-card:nth-child(6)::after {
  background: linear-gradient(
    180deg,
    rgba(5, 8, 20, 0.05) 0%,
    rgba(5, 8, 20, 0.65) 50%,
    rgba(5, 8, 20, 0.88) 100%
  );
}

#services .wwd-card img {
  transform: none;
  transition: transform 0.25s ease;
  filter: none;
}

#services .wwd-card:hover img {
  transform: scale(1.03);
}

#services .wwd-overlay,
#services .wwd-overlay--wide,
#services .wwd-overlay--soft {
  inset: auto 24px 24px 24px;
  max-width: 394.5px;
}

#services .wwd-card:nth-child(3) .wwd-overlay,
#services .wwd-card:nth-child(5) .wwd-overlay {
  max-width: 247px;
}

#services .wwd-overlay--wide {
  max-width: min(1152px, calc(100% - 48px));
}

#services .wwd-num {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.96px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 4px;
}

#services .wwd-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: 0;
}

#services .wwd-desc {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  display: block;
  color: #ffffff;
  max-width: 300px;
  margin: 0;
}

#services .wwd-overlay--muted-desc .wwd-desc {
  color: rgba(255, 255, 255, 0.75);
}

#services .wwd-card:nth-child(6) .wwd-title {
  font-size: 29px;
  line-height: 43px;
}

#services .wwd-card:nth-child(6) .wwd-desc {
  max-width: 736px;
}

/* Article 01 — tall left, spans 2 rows (260 + gap + 230 = 500) */
#services .whatwedo-grid > .wwd-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 500px;
}

/* Articles 02–03 — top row right cluster */
#services .whatwedo-grid > .wwd-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  min-height: 260px;
}

#services .whatwedo-grid > .wwd-card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  min-height: 260px;
}

/* Articles 04–05 — middle row */
#services .whatwedo-grid > .wwd-card:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  min-height: 230px;
}

#services .whatwedo-grid > .wwd-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  min-height: 230px;
}

/* Article 06 — full-width bottom */
#services .whatwedo-grid > .wwd-card:nth-child(6) {
  grid-column: 1 / -1;
  grid-row: 3;
  min-height: 170px;
}

@media (max-width: 1279.98px) {
  #services.section-pad {
    padding: 64px 48px;
  }
}

@media (max-width: 991.98px) {
  #services.section-pad {
    padding: 56px 22px;
    align-items: stretch;
  }

  #services.section-pad > .container {
    max-width: 100%;
  }

  #services .whatwedo-grid {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  #services .whatwedo-grid > .wwd-card:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  #services .whatwedo-grid > .wwd-card:nth-child(2),
  #services .whatwedo-grid > .wwd-card:nth-child(3),
  #services .whatwedo-grid > .wwd-card:nth-child(4),
  #services .whatwedo-grid > .wwd-card:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  #services .whatwedo-grid > .wwd-card:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 200px;
  }

  #services .wwd-card:nth-child(6) .wwd-title {
    font-size: clamp(1.35rem, 4vw, 2rem);
    line-height: 1.2;
  }

  #services .wwd-overlay,
  #services .wwd-overlay--wide,
  #services .wwd-overlay--soft {
    max-width: calc(100% - 32px);
  }

  #services .wwd-card:nth-child(3) .wwd-overlay,
  #services .wwd-card:nth-child(5) .wwd-overlay {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 575.98px) {
  #services .services-heading {
    font-size: 36px;
    line-height: 46px;
  }

  #services .services-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #services .whatwedo-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 6px 2px 14px;
    grid-template-columns: none;
    width: 100%;
  }

  #services .whatwedo-grid::-webkit-scrollbar {
    height: 8px;
  }

  #services .whatwedo-grid::-webkit-scrollbar-thumb {
    background: rgba(16, 19, 24, 0.18);
    border-radius: 999px;
  }

  #services .whatwedo-grid > .wwd-card {
    flex: 0 0 88%;
    min-width: 88%;
    min-height: 380px;
    scroll-snap-align: start;
    grid-column: auto;
    grid-row: auto;
  }

  #services .whatwedo-grid > .wwd-card:nth-child(6) {
    min-height: 260px;
  }
}
/* ===== /Landing: Our services (Figma) ===== */

.equipment-served {
  background: #f3f5f7;
}

.equipment-served .equipment-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid rgba(27, 28, 29, 0.08);
  height: 100%;
  box-shadow: 0 10px 28px rgba(16, 19, 24, 0.05);
}

.equipment-served .equipment-card h3 {
  font-family: "DM Sans", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #8f1d20;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.equipment-served .equipment-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #5f6f84;
  margin: 0;
}

.equipment-served .equipment-cooper {
  font-size: 14px;
  line-height: 1.6;
  color: #3d454d;
}

.equipment-served .equipment-cooper a {
  font-weight: 600;
  color: #cb2c30;
}

.whatwedo-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.7fr;
  grid-auto-rows: 210px; /* lock row height for perfect alignment */
  gap: 16px;
}

.wwd-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0f1115;
  border: 1px solid rgba(15, 17, 21, 0.1);
  box-shadow: 0 18px 40px rgba(16, 19, 24, 0.12);
  text-decoration: none;
  color: #fff;
}

.wwd-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 220ms ease;
  filter: saturate(1.06) contrast(1.02);
}

.wwd-card:hover img {
  transform: scale(1.06);
}

.wwd-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
}

.wwd-overlay {
  position: absolute;
  inset: auto 18px 16px 18px;
  z-index: 1;
  max-width: 32rem;
}

.wwd-overlay--wide {
  inset: auto 22px 18px 22px;
  max-width: 52rem;
}

.wwd-overlay--soft {
  max-width: 22rem;
}

.wwd-num {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin-bottom: 10px;
}

.wwd-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 1.12;
  margin-bottom: 8px;
}

.wwd-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
  line-height: 1.55;
  max-width: 36rem;
}

.wwd-card--tall {
  grid-row: span 2;
}

.wwd-card--wide {
  grid-column: 1 / -1;
  grid-row: span 1;
  min-height: 210px; /* same height as other cards */
}

@media (max-width: 991.98px) {
  .whatwedo-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 210px;
  }
  .wwd-card--tall {
    grid-row: span 1;
  }
  .wwd-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .whatwedo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
  .wwd-overlay {
    inset: auto 16px 14px 16px;
  }
  .wwd-title {
    font-size: 18px;
  }
  .wwd-desc {
    font-size: 12px;
  }
}

.service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 220ms ease;
  filter: saturate(1.05) contrast(1.02);
}

.service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.72));
}

.service-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
}

.service-title {
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.service-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.service-tile:hover img {
  transform: scale(1.06);
}

/* Projects strip (matches screenshot) */
.projects-head {
  margin-bottom: 22px;
}

.projects-title {
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  margin: 0;
}

.projects-strip {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.proj-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(15, 17, 21, 0.08);
  background: #111;
  box-shadow: 0 18px 40px rgba(16, 19, 24, 0.12);
}

.proj-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 220ms ease;
}

.proj-card:hover img {
  transform: scale(1.06);
}

/* Expanding projects strip (desktop hover / touch first-tap expands) */
.projects-strip--expand .proj-card {
  flex: 0.55 1 0;
  min-width: 72px;
  /* Fixed row height: flex min-height:auto + in-flow images was stretching the strip */
  height: 260px;
  min-height: 0;
  max-height: 260px;
  transition:
    flex 0.48s cubic-bezier(0.4, 0, 0.2, 1),
    min-width 0.48s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-strip--expand .proj-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.projects-strip--expand .proj-card.is-active {
  flex: 1.65 1 0;
  min-width: min(46%, 520px);
}

.projects-strip--expand .proj-overlay {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
}

.projects-strip--expand .proj-card.is-active .proj-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .projects-strip--expand .proj-card {
    transition: none;
  }

  .projects-strip--expand .proj-overlay {
    transition: none;
  }
}

.proj-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.proj-card--main {
  flex: 1.6 1 0;
  min-height: 260px;
}

.proj-card--mini {
  flex: 0.55 1 0;
  min-height: 260px;
}

.proj-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}

.proj-kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 8px;
}

.proj-name {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.proj-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991.98px) {
  .projects-strip {
    flex-wrap: wrap;
  }
  .proj-card--main {
    flex: 1 1 100%;
  }
  .proj-card--mini {
    flex: 1 1 calc(50% - 7px);
    min-height: 200px;
  }

  .projects-strip--expand .proj-card,
  .projects-strip--expand .proj-card.is-active {
    flex: 1 1 calc(50% - 7px);
    min-width: 0;
    height: 200px;
    min-height: 0;
    max-height: 200px;
    transition: none;
  }

  .projects-strip--expand .proj-card:first-child {
    flex: 1 1 100%;
  }

  .projects-strip--expand .proj-overlay {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 575.98px) {
  /* Mobile projects: horizontal slider */
  .projects-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 2px 14px;
  }

  .projects-strip::-webkit-scrollbar {
    height: 8px;
  }

  .projects-strip::-webkit-scrollbar-thumb {
    background: rgba(16, 19, 24, 0.18);
    border-radius: 999px;
  }

  .proj-card--main,
  .proj-card--mini {
    flex: 0 0 88%;
    min-width: 88%;
    min-height: 260px;
    scroll-snap-align: start;
  }

  .projects-strip--expand .proj-card,
  .projects-strip--expand .proj-card.is-active {
    flex: 0 0 88%;
    min-width: 88%;
    height: 260px;
    min-height: 0;
    max-height: 260px;
    scroll-snap-align: start;
  }

  .projects-strip--expand .proj-overlay {
    opacity: 1;
    transform: none;
  }
}

/* Testimonials (Built on Absolute Trust) */
.trust {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  gap: 56px;
  width: 100%;
  min-height: 819px;
  background-image: url('../images/Bg-Built-on-Absolute-Trust.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .trust {
    height: 874px;
  }
}

/* Figma testimonial row layout (3 cards with 32px gap) */
.trust .row.g-4 {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
  width: 1280px;
  max-width: 1280px;
  flex-wrap: nowrap;
}

.trust .row.g-4 > [class*="col-"] {
  padding: 0;
  flex: 0 0 auto;
  width: auto;
}

@media (max-width: 991.98px) {
  .trust {
    padding-top: 56px;
  }

  .cta-lite {
    padding: 56px 20px;
  }

  .cta-lite-inner {
    padding: 0 4px;
  }

  /* Prevent mobile horizontal overflow from fixed desktop widths */
  .trust > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .trust .row.g-4 {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .trust-head,
  .trust-sub {
    width: 100%;
  }

  .trust-title {
    height: auto;
  }

  .trust-stars {
    width: 100%;
  }

  .trust .row.g-4 {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  /* Mobile testimonials: swipeable cards (compact spacing) */
  .trust {
    isolation: isolate;
    padding: 48px 0 36px;
    min-height: auto;
    gap: 0;
  }

  .trust > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-head {
    position: relative;
    z-index: 1;
    padding: 0 16px;
    margin-bottom: 0;
    gap: 10px;
  }

  .trust-title {
    font-size: clamp(26px, 7.5vw, 36px);
    line-height: 1.12;
    height: auto;
    min-height: 0;
  }

  .trust-sub {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 4px 2px 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .trust-sub br {
    display: none;
  }

  .trust .row.g-4 {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start; /* don’t stretch all slides to tallest card */
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px 6px;
    box-sizing: border-box;
  }

  .trust .row.g-4::-webkit-scrollbar {
    height: 6px;
  }

  .trust .row.g-4::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
  }

  .trust-card,
  .trust-card.h-100 {
    width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 14px 16px 16px;
    border-radius: 18px;
  }

  .trust-card--featured {
    padding-top: 40px;
  }

  .trust-badge {
    top: 10px;
    right: 10px;
    left: auto;
    transform: none;
  }

  .trust-stars {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    justify-content: center;
  }

  .trust-quote {
    display: block;
    flex: 0 0 auto; /* override desktop flex-grow — removes huge gap above divider */
    flex-grow: 0;
    font-size: 15px;
    line-height: 1.45;
    align-items: unset;
  }

  .trust-divider {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
  }

  .trust-person {
    padding-top: 12px;
    gap: 10px;
  }

  .trust .row.g-4 > [class*="col-"] {
    flex: 0 0 min(calc(100vw - 32px), 400px);
    min-width: min(calc(100vw - 32px), 400px);
    max-width: min(calc(100vw - 32px), 400px);
    scroll-snap-align: center;
    align-self: flex-start;
  }
}

.trust::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--trust-bg, url("../images/Bg-Built-on-Absolute-Trust.jpg"));
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: contrast(1.05) saturate(0.9);
}

.trust::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(90% 80% at 50% 15%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
}

.trust > .container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

/* Re-assert mobile sizing AFTER desktop container rule */
@media (max-width: 991.98px) {
  .trust > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .trust .row.g-4 {
    width: 100%;
    max-width: 100%;
  }
}

.trust-head {
  width: 646px;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.trust-eyebrow {
  width: 230px;
  height: 16px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.trust-title {
  width: 533px;
  max-width: 100%;
  height: 62px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.trust-sub {
  width: 646px;
  max-width: 672px;
  padding-top: 8px;
  opacity: 0.9;
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #b9c0ce;
}

.trust-card {
  position: relative;
  box-sizing: border-box;
  width: 405.33px;
  height: 449px;
  border-radius: 24px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #5d646d;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.trust-card--featured {
  isolation: isolate;
}

.trust-badge {
  position: absolute;
  top: -15px;
  right: -14.99px;
  left: auto;
  transform: none;
  width: 89px;
  height: 23px;
  padding: 4px 16px;
  border-radius: 12px;
  background: #cb2c30;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.trust-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #ffbb16;
}

.trust-stars span {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: inline;
  color: inherit;
}

.trust-quote {
  margin: 0;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-style: italic;
  flex: 1 1 auto; /* push divider/footer to bottom */
}

.trust-divider {
  box-sizing: border-box;
  height: 0px;
  border-top: 1px solid #5d646d;
  margin: 32px 0 0;
  width: 323.33px;
}

.trust-person {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 32px;
}

.trust-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid #ffffff;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
  flex: 0 0 auto;
  overflow: hidden;
}

.trust-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-avatar--alt {
  border-radius: 12px;
}

.trust-name {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0 0 4px;
}

.trust-role {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 575.98px) {
  .trust-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .trust {
    height: auto;
    padding: 72px 18px;
  }
  .trust-head {
    width: 100%;
  }
  .trust-title {
    height: auto;
    font-size: 38px;
    line-height: 48px;
  }
  .trust-sub {
    width: 100%;
    display: block;
  }
  .trust-stars,
  .trust-divider {
    width: 100%;
  }
}

/* CTA lite (Ready to Rise) */
.cta-lite {
  background: #f3f4f6;
  padding: 86px 0;
}

.cta-lite-inner {
  max-width: 720px;
  margin: 0 auto;
}

.cta-lite-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 900;
  color: rgba(203, 44, 48, 0.9);
  margin-bottom: 12px;
}

.cta-lite-title {
  font-size: clamp(34px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--rise-red);
  margin-bottom: 10px;
}

.cta-lite-sub {
  color: rgba(16, 19, 24, 0.6);
  margin-bottom: 22px;
}

.footer {
  background: linear-gradient(180deg, #15181d, #0c0e12);
  color: #fff;
  padding: 64px 0 40px;
}

.footer-v2 .footer-brand {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-brand-dash {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(203, 44, 48, 0.9);
  display: inline-block;
}

.footer-v2 .footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}

.footer-icon:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-nav-title {
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 12px;
}

.footer-links--center a {
  font-size: 12.5px;
}

.footer-cta-title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-cta-btn {
  display: inline-block;
  margin-bottom: 14px;
}

.footer-email {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
}

.footer-bottom {
  margin-top: 32px;
}

.footer-line {
  height: 1px;
  background: rgba(203, 44, 48, 0.35);
  margin-bottom: 14px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11.5px;
}

.footer-built {
  color: rgba(255, 255, 255, 0.35);
}

/* LinkedIn feed (SociableKIT) above footer */
.linkedin-feed-strip {
  background: #f3f4f6;
  border-top: 1px solid rgba(15, 17, 21, 0.06);
  padding: 48px 24px 56px;
}

.linkedin-feed-strip-container {
  max-width: 1280px;
  margin: 0 auto;
}

.linkedin-feed-strip-title {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--rise-ink);
  text-align: center;
}

.linkedin-feed-strip-widget {
  width: 100%;
  min-height: 120px;
}

/* Mirror App free plan: clip "Get Free Widget" attribution (inside cross-origin iframe). */
.linkedin-feed-strip-widget--mirror {
  overflow: hidden;
}

.linkedin-feed-strip-widget--mirror iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin-bottom: -56px;
}

.linkedin-feed-strip-widget > div {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 991px) {
  .linkedin-feed-strip {
    padding: 36px 16px 44px;
  }

  .linkedin-feed-strip-title {
    margin-bottom: 18px;
  }
}

/* Footer - Site footer (Figma) */
.footer-site {
  background: #1b1c1d;
  padding: 0 80px 0 80px;
  color: #fff;
}

.footer-site-container {
  width: 1279.99px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px 0;
}

.footer-site-top {
  position: relative;
  width: 1183.99px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px 20px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  height: 48px;
}

.footer-logo-r,
.footer-logo-i,
.footer-logo-se {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.64px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.footer-logo-i {
  position: relative;
  width: 9px;
  justify-content: center;
}

.footer-logo-i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #cb2c30;
  border-radius: 2px;
}

.footer-tagline {
  width: 100%;
  max-width: 300px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-address {
  margin: 0;
  max-width: 300px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.48);
}

.footer-social-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15.99px;
  padding-top: 12.6px;
}

.footer-social-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 5.99px;
  padding: 0 0 1.01px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}

.footer-social-link:hover {
  text-decoration: underline;
}

.footer-social-ic {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px 14px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 14px 14px;
}

.footer-social-ic--linkedin {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
}

.footer-social-ic--instagram {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");
}

.footer-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px 56px;
  width: auto;
  max-width: 420px;
  flex: 1 1 280px;
}

.footer-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 132px;
}

.footer-nav-group--sub .footer-nav-links a {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.footer-nav-group--sub .footer-nav-links a:hover {
  color: #ffffff;
}

.footer-nav-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-nav-links--primary {
  gap: 11px;
}

.footer-nav-links a {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}

.footer-nav-links a:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  width: 280px;
  max-width: 100%;
  flex-shrink: 0;
}

.footer-cta-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  color: #ffffff;
}

.footer-cta-btn {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 14px 28px;
  background: #cb2c30;
  border-radius: 999px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
}

.footer-cta-btn:hover {
  background: #b51922;
}

.footer-email {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  color: rgba(255, 255, 255, 0.45);
}

.footer-contact-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-top: 4px;
}

.footer-contact-link {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  text-align: right;
}

.footer-contact-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contact-link--muted {
  color: rgba(255, 255, 255, 0.48);
}

.footer-contact-link--muted:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-site-line {
  width: 1183.99px;
  max-width: 100%;
  height: 1px;
  background: #cb2c30;
  opacity: 0.6;
  margin-top: 38px;
}

.footer-site-bottom {
  width: 1183.99px;
  max-width: 100%;
  padding: 23.99px 0 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991.98px) {
  .footer-site {
    padding: 0 22px;
  }
  .footer-site-container {
    width: 100%;
    max-width: 100%;
    padding: 56px 0 0;
  }
  .footer-site-top {
    width: 100%;
    flex-direction: column;
    gap: 28px;
  }
  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .footer-center {
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
  }
  .footer-right {
    align-items: flex-start;
  }
  .footer-cta-title,
  .footer-email {
    text-align: left;
  }
  .footer-contact-meta {
    align-items: flex-start;
  }
  .footer-contact-link {
    text-align: left;
  }
  .footer-site-line,
  .footer-site-bottom {
    width: 100%;
  }
}

/* Who We Are inner page */
.who-hero-split {
  padding: 0;
  /* Figma hero (828) + header handled separately */
  height: 828px;
  background: #f3f5f7;
}

.who-story {
  background: #ffffff;
  padding: 80px 120px;
}

.who-story-container {
  width: 1200px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.who-story-block {
  width: 1200px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.who-story-text {
  width: 560px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.who-story-h2 {
  width: 560px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 51px;
  color: #cb2c30;
  margin: 0;
}

.who-story-p {
  width: 560px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #5f6f84;
  margin: 0;
}

.who-story-blueprint {
  width: 560px;
  height: 406.73px;
  position: relative;
  display: grid;
  place-items: center;
}

.who-story-blueprint img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
}

.who-story-canvas {
  width: 560px;
  height: 279.99px;
  background: #f7f7f5;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.who-story-canvas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .who-story {
    padding: 64px 22px;
  }
  .who-story-container {
    width: 100%;
  }
  .who-story-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .who-story-blueprint,
  .who-story-canvas {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}

@media (min-width: 992px) {
  .page-who .nav-container {
    max-width: 1440px;
    height: 72px;
    padding: 0 120px;
  }
}

.who-hero-split .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.who-hero-row {
  --bs-gutter-x: 0px; /* no gap between left/right like screenshot */
  --bs-gutter-y: 0px;
  height: 100%;
}

/* remove Bootstrap column padding so image touches edges */
.who-hero-row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.who-hero-row {
  margin-left: 0;
  margin-right: 0;
}

.who-hero-left {
  background: #f3f5f7;
  height: 100%;
  padding: 180px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  border-right: none;
}

.who-hero-title {
  width: 464px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64.8px;
  line-height: 68px;
  display: block; /* keep <br> line breaks */
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.who-hero-red {
  color: var(--rise-red);
}

.who-hero-black {
  color: rgba(16, 19, 24, 0.92);
}

.page-who .section-eyebrow {
  color: rgba(16, 19, 24, 0.45);
}

.page-who .who-hero-sub {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5f6f84;
  width: 480px;
  max-width: 100%;
  text-align: justify;
  margin: 0 0 22px;
}

.who-mini-stats {
  width: 480px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 0;
  gap: 24px;
  margin-top: 0;
  border-top: 1px solid #dde1e4;
}

.who-mini {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
}

.who-mini:not(:first-child) {
  padding-left: 24px;
  border-left: 1px solid #dde1e4;
}

.who-mini-val {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #cb2c30;
}

.who-mini-suf {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 16.9px;
  line-height: 17px;
  color: #1b1c1d;
  margin-left: 2px;
  transform: translateY(1px);
}

.who-mini-suf--dark {
  color: #1b1c1d;
}

.who-mini-lbl {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  color: #5f6f84;
}

.who-hero-right {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  background: #111;
  margin-left: auto; /* stick to right edge */
}

@media (min-width: 992px) {
  /* keep layout within viewport (avoid horizontal scroll) */
  .who-hero-right {
    margin-right: 0;
  }
}

.who-hero-right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.who-year-chip {
  position: absolute;
  left: 39.99px;
  bottom: 39.96px;
  width: 127px;
  height: 101px;
  padding: 16px 22px;
  background: #ffffff;
  border-radius: 16px;
  border: 0;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}

.who-chip-top {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #5f6f84;
  margin-bottom: 2px;
}

.who-year-val {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #cb2c30;
}

.who-chip-sub {
  margin-top: 4px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #5f6f84;
}

.who-split-2 .who-block {
  padding: 34px 0;
}

.who-h2 {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(30px, 3.1vw, 44px);
  color: var(--rise-red);
  margin: 0 0 10px;
}

.who-p {
  color: rgba(16, 19, 24, 0.62);
  margin: 0;
  max-width: 26rem;
  font-size: 13px;
  line-height: 1.8;
}

.who-wireframe {
  border-radius: 22px;
  overflow: hidden;
  background: transparent;
  min-height: 260px;
  display: grid;
  place-items: center;
}

.who-dots {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(16, 19, 24, 0.06);
  box-shadow: 0 14px 34px rgba(16, 19, 24, 0.06);
  min-height: 220px;
}

.who-wireframe img {
  width: min(520px, 100%);
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.who-dots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values {
  position: relative;
  background: #8f1d20;
  padding: 80px 120px;
  color: #fff;
  overflow: hidden;
}

.values::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/image 17.png");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.values::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 80% at 50% 10%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.values > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.values-title {
  width: 100%;
  max-width: 1200px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0 0 16px;
}

.values-intro {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.values .row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  align-items: stretch;
}

.values .row > [class*="col-"] {
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.value-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 260px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.value-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.value-icon svg {
  width: 23.99px;
  height: 23.99px;
}

.value-head {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin: 0;
}

.value-text {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@media (max-width: 1199.98px) {
  .values .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 991.98px) {
  .values {
    padding: 64px 22px;
  }
  .values > .container {
    width: 100%;
    max-width: 100%;
  }
  .values-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .values .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .value-card {
    min-height: 220px;
    padding: 28px 20px;
  }
}

@media (max-width: 575.98px) {
  .values .row {
    grid-template-columns: 1fr;
  }
  .values-title {
    font-size: clamp(1.75rem, 5vw, 2rem);
    justify-content: center;
    text-align: center;
  }
  .value-card {
    min-height: 0;
  }
  .value-head {
    font-size: 1.35rem;
    line-height: 1.35;
  }
}

/* Leadership grid (who-we-are): balanced columns + cards */
.team-leadership.team.section-pad {
  background: #f4f5f7;
}

.team-title {
  width: 100%;
  max-width: 1200px;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  display: flex;
  align-items: center;
  color: #cb2c30;
  margin: 0;
}

.team-leadership .team-title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.2;
  color: #8f1d20;
  letter-spacing: -0.02em;
}

.team.section-pad {
  padding: 80px 120px;
  background: #ffffff;
}

.team.section-pad > .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.team-leadership .team-leadership-grid.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
  align-items: stretch;
}

.team-leadership .team-leadership-grid.row > [class*="col-"] {
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.team-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 260px;
  background: #ffffff;
  border: 1px solid rgba(27, 28, 29, 0.08);
  border-radius: 18px;
  padding: 26px 22px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  box-shadow: 0 12px 36px rgba(16, 19, 24, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.team-leadership .team-card:hover {
  box-shadow: 0 18px 48px rgba(16, 19, 24, 0.1);
  transform: translateY(-3px);
  border-color: rgba(203, 44, 48, 0.15);
}

.team-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #cb2c30;
  color: #ffffff;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
}

.team-name {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  display: block;
  color: #cb2c30;
  margin: 18px 0 0;
}

.team-role {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.45;
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d454d;
  margin: 6px 0 0;
}

.team-meta {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  display: block;
  color: #5f6f84;
  margin: 14px 0 0;
}

@media (max-width: 1199.98px) {
  .team-leadership .team-leadership-grid.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 991.98px) {
  .team.section-pad {
    padding: 64px 22px;
  }
  .team.section-pad > .container {
    width: 100%;
    max-width: 100%;
  }
  .team-title {
    font-size: 36px;
    line-height: 52px;
  }
  .team-leadership .team-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    line-height: 1.2;
  }
  .team-leadership .team-leadership-grid.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
  }
  .team-card {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .team-leadership .team-leadership-grid.row {
    grid-template-columns: 1fr;
  }
  .team-leadership .team-title {
    text-align: center;
    justify-content: center;
  }
}

.numbers {
  background: transparent;
}

.numbers-title {
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--rise-red);
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
}

.num-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(16, 19, 24, 0.08);
  padding: 22px 22px;
  box-shadow: 0 14px 34px rgba(16, 19, 24, 0.08);
}

.num-val {
  font-weight: 900;
  color: var(--rise-red);
  font-size: 34px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.num-lbl {
  color: rgba(16, 19, 24, 0.6);
  font-size: 12px;
  line-height: 1.35;
}

/* Company stats (Who page) */
.company-stats {
  background: #f3f5f7;
  padding: 80px 120px;
}

.company-stats-container {
  width: 1200px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.company-stats-head {
  width: 1104px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.company-stats-kicker {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 1104px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1b1c1d;
}

.company-stats-star {
  width: 12.94px;
  height: 21px;
  font-family: "Segoe UI Symbol", "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.32px;
  color: #1b1c1d;
}

.company-stats-title {
  width: 1104px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  display: flex;
  align-items: center;
  color: #cb2c30;
  margin: 0;
}

.company-stats-grid {
  width: 1104px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.company-stats-row {
  width: 1104px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.stat-card {
  box-sizing: border-box;
  width: 352px;
  height: 157px;
  background: #ffffff;
  border: 1px solid #dde1e4;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.stat-card-val {
  width: 278px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #cb2c30;
  font-variant-numeric: tabular-nums;
  min-height: 1em;
}

.stat-card-lbl {
  width: 278px;
  max-width: 100%;
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #5f6f84;
}

@media (max-width: 991.98px) {
  .company-stats {
    padding: 64px 22px;
  }
  .company-stats-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .company-stats-row {
    flex-direction: column;
    align-items: stretch;
  }
  .stat-card {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .who-hero-split {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .who-hero-row {
    height: auto;
  }

  .who-hero-left {
    padding: 28px 22px 24px;
    border-right: none;
  }

  .who-hero-split .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .who-hero-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .who-hero-right {
    height: min(58vw, 360px);
    min-height: 260px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .who-year-chip {
    left: 16px;
    bottom: 16px;
    width: auto;
    min-width: 112px;
    height: auto;
    z-index: 2;
  }

  .who-mini-stats {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    padding-top: 14px;
  }

  .who-mini:not(:first-child) {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #dde1e4;
    padding-top: 12px;
  }

  .who-hero-title {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.1;
  }

  .who-story {
    padding: 40px 22px 64px;
    position: relative;
    z-index: 1;
  }
}

.footer-title {
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.95);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.footer-mini-link {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.footer-mini-link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}

/* -------- Scroll reveal (all pages) -------- */
.reveal {
  opacity: 0;
  --rx: 0px;
  --ry: 28px;
  --rs: 1;
  transform: translate3d(var(--rx), var(--ry), 0) scale(var(--rs));
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  --rx: 0px;
  --ry: 0px;
  --rs: 1;
}

.reveal--left {
  --rx: -40px;
  --ry: 0px;
}

.reveal--right {
  --rx: 40px;
  --ry: 0px;
}

.reveal--fade {
  --rx: 0px;
  --ry: 0px;
  --rs: 1;
}

.reveal--zoom {
  --rx: 0px;
  --ry: 22px;
  --rs: 0.94;
}

/* Direct children stagger when parent gets .is-visible (observe parent in JS) */
.reveal-stagger > * {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0.04s;
}
.reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.09s;
}
.reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.14s;
}
.reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.19s;
}
.reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.24s;
}
.reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.29s;
}
.reveal-stagger.is-visible > *:nth-child(7) {
  transition-delay: 0.34s;
}
.reveal-stagger.is-visible > *:nth-child(8) {
  transition-delay: 0.39s;
}
.reveal-stagger.is-visible > *:nth-child(9) {
  transition-delay: 0.44s;
}
.reveal-stagger.is-visible > *:nth-child(10) {
  transition-delay: 0.49s;
}
.reveal-stagger.is-visible > *:nth-child(11) {
  transition-delay: 0.54s;
}
.reveal-stagger.is-visible > *:nth-child(12) {
  transition-delay: 0.59s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .reveal-stagger > *,
  .reveal-stagger.is-visible > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
}

/* -------- Inner static pages (services, founders, vision, associates) -------- */
.page-static .static-page-hero {
  padding-top: 6.5rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(180deg, #f4f5f7 0%, #ffffff 55%);
  border-bottom: 1px solid rgba(27, 28, 29, 0.06);
}

.page-static .static-page-title {
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.15;
  color: #8f1d20;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.page-static .static-page-lead {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5f6f84;
  margin: 0;
}

.page-static .static-card {
  background: #fff;
  border: 1px solid rgba(27, 28, 29, 0.08);
  border-radius: 16px;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 8px 28px rgba(16, 19, 24, 0.04);
}

.page-static .static-card h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #cb2c30;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-static .static-card p:last-child {
  margin-bottom: 0;
}

.page-static .static-prose {
  max-width: 46rem;
  color: #3d454d;
  font-size: 1.02rem;
  line-height: 1.7;
}

.page-static .static-prose p + p {
  margin-top: 1rem;
}

.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
  background: #f4f5f7;
}

.page-404 h1 {
  font-weight: 800;
  color: #8f1d20;
  margin-bottom: 12px;
}

/* —— Premium spec sections —— */
.execution-dashboard {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.exec-dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.exec-dash-tile {
  display: block;
  padding: 1.25rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.exec-dash-tile:hover {
  border-color: rgba(143, 29, 32, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  color: inherit;
}

.exec-dash-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #8f1d20;
  line-height: 1.2;
}

.exec-dash-label {
  font-size: 0.82rem;
  color: #5c6670;
  margin-top: 0.35rem;
}

.client-logo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.client-logo-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.client-logo-tile img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.client-logo-text {
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #1a1f24;
}

.client-logo-sector {
  font-size: 0.72rem;
  color: #7a848e;
  margin-top: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

@media (min-width: 1200px) {
  .downloads-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.download-card {
  display: block;
  padding: 1.5rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}

.download-card:hover {
  border-color: rgba(143, 29, 32, 0.4);
  transform: translateY(-2px);
  color: inherit;
}

.download-type {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f1d20;
  margin-bottom: 0.5rem;
}

.download-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.download-desc {
  font-size: 0.9rem;
  color: #5c6670;
  margin: 0 0 0.75rem;
}

.download-cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8f1d20;
}

.detail-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
}

.detail-hero-lead {
  font-size: 1.05rem;
  max-width: 42rem;
}

.detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.detail-stat-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #8f1d20;
}

.detail-stat-label {
  font-size: 0.85rem;
  color: #5c6670;
}

.detail-rfq-cta {
  background: linear-gradient(180deg, #fafbfc, #f4f5f7);
}

/* Compact vertical rhythm — detail, static ACF, projects, equipment hub */
.page-detail .detail-hero.section-pad,
.page-equipment-hub .detail-hero.section-pad,
.page-projects-archive > .section-pad.border-bottom,
.single-rise_project .detail-hero.section-pad,
.static-page-hero--has-media {
  padding: 40px 0 28px;
}

.page-detail .detail-hero--has-media .project-hero-layout,
.page-equipment-hub .detail-hero--has-media .project-hero-layout,
.static-page-hero--has-media .project-hero-layout,
.rise-acf-intro--has-media .project-hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.rise-acf-intro--has-media.section-pad {
  padding: 40px 0 28px;
}

.page-detail .detail-content.section-pad,
.page-static .rise-acf-blocks.section-pad,
.single-rise_project .detail-content.section-pad {
  padding: 28px 0 40px;
}

.page-static .rise-acf-intro.section-pad {
  padding: 40px 0 28px;
}

.page-static .rise-acf-intro.section-pad + .rise-acf-blocks.section-pad {
  padding-top: 0;
}

.page-detail .detail-rfq-cta.section-pad,
.page-equipment-hub .detail-rfq-cta.section-pad,
.page-projects-archive .detail-rfq-cta.section-pad,
.single-rise_project .detail-rfq-cta.section-pad {
  padding: 40px 0;
}

.page-equipment-hub .section-pad:not(.detail-hero):not(.detail-rfq-cta) {
  padding: 28px 0 40px;
}

.page-projects-archive > .section-pad:not(:first-child):not(.detail-rfq-cta) {
  padding: 28px 0 40px;
}

.single-rise_project .section-pad:not(.detail-hero):not(.detail-content):not(.detail-rfq-cta) {
  padding: 28px 0 36px;
}

.rise-content-block + .rise-content-block {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.detail-block h2,
.rise-acf-block-item h2 {
  margin-bottom: 0.75rem;
}

.detail-section-body p,
.rise-acf-section-body p,
.rise-acf-intro-text p {
  margin: 0 0 0.4rem;
}

.detail-section-body p:last-child,
.rise-acf-section-body p:last-child,
.rise-acf-intro-text p:last-child {
  margin-bottom: 0;
}

.rise-line-list {
  margin: 0;
  padding-left: 1.25rem;
}

.rise-line-list li {
  margin-bottom: 0.35rem;
}

.rise-line-list li:last-child {
  margin-bottom: 0;
}

body.page-static.page-who:not(.page-detail) main .section-pad {
  padding: 40px 0;
}

body.page-static.page-who:not(.page-detail) main .static-page-hero + .section-pad {
  padding-top: 28px;
}

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

.service-index-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.service-index-card:hover {
  border-color: rgba(143, 29, 32, 0.35);
  color: #8f1d20;
  transform: translateY(-2px);
}

.service-index-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #1a1d22;
  overflow: hidden;
}

.service-index-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-index-card:hover .service-index-media img {
  transform: scale(1.04);
}

.service-index-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
}

.service-index-card:not(.service-index-card--has-media) {
  flex-direction: row;
  padding: 1rem 1.25rem;
}

.btn-rise-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.925rem;
  font-weight: 600;
  color: #3d454d;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.btn-rise-outline:hover {
  color: #8f1d20;
  border-color: rgba(143, 29, 32, 0.35);
  background: rgba(143, 29, 32, 0.04);
}

.projects-list-section.section-pad {
  padding-top: 24px;
}

.projects-filters-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  border-radius: 14px;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.projects-filters-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem 0.75rem;
  flex: 1 1 520px;
  min-width: 0;
}

.projects-filter-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.projects-filter-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c6670;
}

.projects-filter-select {
  width: 100%;
  min-height: 38px;
  padding: 0.4rem 2rem 0.4rem 0.65rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #101318;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235c6670' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.projects-filter-select:hover {
  border-color: rgba(143, 29, 32, 0.28);
}

.projects-filter-select:focus {
  outline: none;
  border-color: rgba(143, 29, 32, 0.45);
  box-shadow: 0 0 0 3px rgba(143, 29, 32, 0.1);
}

.projects-filters-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.projects-filters-actions .btn {
  min-height: 38px;
  white-space: nowrap;
}

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

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.project-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #1a1d22;
  overflow: hidden;
}

.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.project-card:hover .project-card-media img {
  transform: scale(1.04);
}

.project-card-body {
  padding: 1.15rem 1.35rem 1.35rem;
}

.project-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.detail-hero--has-media .project-hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.project-hero-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #1a1d22;
  aspect-ratio: 16 / 10;
}

.project-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.project-gallery-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #1a1d22;
}

.project-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.project-gallery-item:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.project-card-flag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f1d20;
  background: rgba(143, 29, 32, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.project-card-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7a848e;
  margin-bottom: 0.35rem;
}

.project-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.project-card-title a {
  color: inherit;
  text-decoration: none;
}

.project-card-excerpt {
  font-size: 0.92rem;
  color: #5c6670;
  margin: 0 0 0.75rem;
}

.project-card-meta {
  font-size: 0.82rem;
  color: #7a848e;
  margin-bottom: 0.75rem;
}

.project-card-link {
  font-weight: 600;
  font-size: 0.88rem;
  color: #8f1d20;
  text-decoration: none;
}

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

.project-metric {
  padding: 1rem;
  border-radius: 10px;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.project-metric-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #8f1d20;
}

.project-metric-label {
  font-size: 0.82rem;
  color: #5c6670;
  margin-top: 0.25rem;
}

.project-facts li {
  font-size: 0.92rem;
  color: #3d454d;
}

@media (max-width: 991px) {
  .exec-dash-grid,
  .client-logo-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-filters-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .projects-filters-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .detail-hero--has-media .project-hero-layout {
    grid-template-columns: 1fr;
  }
  .static-page-hero--has-media .project-hero-layout {
    grid-template-columns: 1fr;
  }
  .rise-acf-intro--has-media .project-hero-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .exec-dash-grid,
  .client-logo-strip,
  .downloads-grid,
  .service-index-grid,
  .projects-grid,
  .project-metrics-grid {
    grid-template-columns: 1fr;
  }
  .projects-filters-bar {
    padding: 0.85rem;
  }
  .projects-filters-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .projects-filters-actions {
    justify-content: stretch;
  }
  .projects-filters-actions .btn {
    flex: 1 1 0;
  }
}

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

.equipment-hub-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.equipment-hub-card:hover {
  border-color: rgba(143, 29, 32, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  color: inherit;
  transform: translateY(-2px);
}

.equipment-hub-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #1a1d22;
  overflow: hidden;
}

.equipment-hub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.equipment-hub-card:hover .equipment-hub-media img {
  transform: scale(1.04);
}

.equipment-hub-body {
  display: block;
  padding: 1.15rem 1.35rem 1.35rem;
}

.equipment-hub-body .equipment-hub-title,
.equipment-hub-body .equipment-hub-lead,
.equipment-hub-body .equipment-hub-link {
  display: block;
}

.equipment-hub-type {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8f1d20;
  text-transform: uppercase;
}

.equipment-hub-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.equipment-hub-lead {
  font-size: 0.9rem;
  color: #5c6670;
  margin: 0 0 0.75rem;
}

.equipment-hub-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8f1d20;
}

.contact-file-wrap {
  margin-bottom: 1rem;
}

.contact-file-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #3d454d;
}

.contact-file {
  padding: 0.65rem 0.75rem;
}

.contact-file-help {
  margin-top: 0.35rem;
}

@media (max-width: 575px) {
  .equipment-hub-grid {
    grid-template-columns: 1fr;
  }
}
