:root {
  --blue: #002657;
  --malibu: #6bb8f0;
  --bright: #1f6ced;
  --white: #fff;
  --pale: #f4f6fa;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, sans-serif; color: var(--blue); }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow { margin: 0; color: var(--malibu); text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 600; line-height: 15px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 70; transition: background-color .25s ease, box-shadow .25s ease; padding: 6px 0; }
.header-inner { max-width: 1280px; height: 72px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; justify-content: flex-start; }
.logo-img { width: 57px; height: auto; object-fit: contain; display: block; }

.desktop-nav { display: none; align-items: center; gap: 40px; color: #fff; text-transform: uppercase; letter-spacing: 1.2px; font-size: 12px; font-weight: 500; }
.btn { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; padding: 15px 28px; }
.btn-header { background: #fff; color: var(--blue); padding: 11px 22px; }
.header-phone { display: none; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; }

.menu-toggle { border: 0; background: none; display: flex; flex-direction: column; gap: 4.5px; padding-left: 20px; }
.menu-toggle span { display: block; height: 1.5px; background: #fff; }
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3) { width: 24px; }
.menu-toggle span:nth-child(2) { width: 16px; }

.menu-overlay { position: fixed; inset: 0; z-index: 80; background: var(--blue); padding: 0 32px 52px; display: grid; grid-template-rows: 88px 1fr auto auto; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; }
.menu-open .menu-overlay { transform: none; opacity: 1; pointer-events: auto; }
.menu-header { display: flex; align-items: center; justify-content: space-between; border-top: 2px solid rgba(107, 184, 240, .35); }
.menu-close { width: 24px; height: 24px; background: none; border: 0; position: relative; }
.menu-close span { position: absolute; top: 50%; left: 0; width: 24px; height: 1.5px; background: #fff; }
.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.menu-nav a { display: flex; gap: 14px; padding: 18px 0 19px; border-bottom: 1px solid rgba(255, 255, 255, .07); color: #fff; font-size: 35.1px; font-weight: 700; line-height: 37.91px; letter-spacing: -.88px; }
.menu-nav span { align-self: center; color: rgba(107, 184, 240, .5); font-size: 13.3px; font-weight: 500; letter-spacing: 1.867px; }
.btn-overlay { margin: 28px 0; background: #fff; color: var(--blue); text-align: center; }
.menu-phone { margin: 0 0 18px; color: #fff; font-size: 22px; font-weight: 700; letter-spacing: -.22px; }
.menu-meta { margin: 0; color: rgba(255, 255, 255, .18); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; }

.hero-image picture,
.hero-image img,
.challenge-feature .feature-image picture,
.challenge-feature .feature-image img,
.about-rich-image > picture,
.about-rich-image > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image picture {
  position: absolute;
  inset: 0;
}

.hero { min-height: 900px; background: var(--blue); color: #fff; display: grid; grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 0px; overflow: hidden; }
.hero-image { order: -1; min-height: 300px; position: relative; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 38, 87, .9), rgba(0, 38, 87, .3)); }
.hero-panel { border-left: 3px solid var(--malibu); padding: 24px 24px 48px; }
h1 { margin: 17px 0 22px; color: #fff; font-size: 40.3px; line-height: 45.56px; letter-spacing: -1.008px; }
.lead { margin: 0 0 6px; color: rgba(255, 255, 255, .68); line-height: 27px; }
.subhead { margin: 0 0 6px; font-weight: 600; line-height: 24px; }
.subtext { margin: 0; color: rgba(255, 255, 255, .55); font-size: 14px; line-height: 25.2px; }
.hero-actions { display: grid; gap: 12px; margin: 38px 0 10px; }
.btn-primary { background: #fff; color: var(--blue); }
.btn-outline { border: 1px solid rgba(255, 255, 255, .28); color: #fff; text-align: center; }
.hero-stats-inline { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 21px; display: grid; gap: 8px; color: rgba(255, 255, 255, .32); font-size: 11px; letter-spacing: .33px; }
.hero-stats-inline span { min-width: 0; overflow-wrap: anywhere; }
.hero-cards { margin-top: 29px; display: grid; grid-template-columns: 143fr 159fr 158fr; border-top: 1px solid rgba(255, 255, 255, .1); }
.hero-cards article { padding: 0 16px; min-height: 67px; border-right: 1px solid rgba(255, 255, 255, .1); display: flex; flex-direction: column; justify-content: center; }
.hero-cards article:last-child { border-right: 0; }
.hero-cards h3 { margin: 0; color: var(--malibu); font-size: 13px; line-height: 19.5px; }
.hero-cards p { margin: 3px 0 0; color: rgba(255, 255, 255, .38); text-transform: uppercase; letter-spacing: 1px; font-size: 10px; }

section { padding: 96px 0; }
.section-head { margin-bottom: 32px; }
.section-head h2 { margin: 30px 0 0; font-size: 40px; line-height: 44.8px; letter-spacing: -.8px; }
.section-head-split { display: grid; gap: 16px; }
.head-note { margin: 0; color: rgba(0, 38, 87, .5); line-height: 24px; max-width: 320px; }

.challenge { padding-top: 96px; }
.challenge-grid { display: grid; gap: 0; border: 1px solid rgba(0, 38, 87, .06); border-right: 0; border-left: 0; }
.challenge-feature { position: relative; min-height: 520px; overflow: hidden; }
.challenge-feature .feature-image { position: absolute; inset: 0; }
.feature-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 38, 87, 0) 0%, rgba(0, 38, 87, .82) 42%, rgba(0, 38, 87, .97) 100%);
  color: #fff;
  padding: 88px 48px 40px;
}
.feature-content h3 { margin: 15px 0 16px; font-size: 35.2px; line-height: 42.24px; letter-spacing: -.7px; }
.feature-content p { margin: 0; color: rgba(255, 255, 255, .65); line-height: 24.5px; max-width: 380px; }
.challenge-stack { display: grid; }
.stack-card { background: var(--pale); border-left: 1px solid rgba(0, 38, 87, .06); border-bottom: 1px solid rgba(0, 38, 87, .06); padding: 48px 52px; min-height: 260px; }
.stack-card h3 { margin: 6px 0 14px; font-size: 24px; line-height: 30px; }
.stack-card p { margin: 0; color: rgba(0, 38, 87, .6); line-height: 24px; }
.stack-card.stack-dark { background: var(--blue); border-left: 0; border-bottom: 0; }
.stack-card.stack-dark h3 { color: #fff; }
.stack-card.stack-dark p { color: rgba(255, 255, 255, .55); }

.strategic { background: var(--blue); color: #fff; }
.strategic .section-head h2 { color: #fff; }
.strategic .section-head { margin-bottom: 58px; }
.strategic .head-note { max-width: 320px; color: rgba(255, 255, 255, .5); font-size: 14px; line-height: 24.5px; }
.strat-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15.6px;
  position: relative;
}
.strat-icon::before { content: ""; display: block; background: transparent; }
.strat-icon-people::before { width: 11.67px; height: 5px; border-top: 1.25px solid var(--malibu); border-bottom: 1.25px solid var(--malibu); box-shadow: 0 2.5px 0 0 var(--malibu); }
.strat-icon-eye::before { width: 16.67px; height: 11.67px; border: 1.25px solid var(--malibu); border-radius: 10px; }
.strat-icon-message::before { width: 15px; height: 15px; border: 1.25px solid var(--malibu); border-radius: 50%; }
.strat-icon-network::before { width: 11.66px; height: 11.66px; background: radial-gradient(circle, transparent 2.2px, var(--malibu) 2.3px, var(--malibu) 2.9px, transparent 3px), linear-gradient(var(--malibu), var(--malibu)) center 62%/11.66px 1.25px no-repeat, linear-gradient(var(--malibu), var(--malibu)) center 40%/1.25px 3.33px no-repeat; }
.featured-pillar {
  padding: 40px 44px;
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, .05);
  border-top: 3px solid var(--malibu);
}
.pill-title { margin: 0; color: #fff; font-size: 16.8px; line-height: 25.2px; letter-spacing: .168px; font-weight: 700; }
.featured-pillar > div:last-child { border-left: 1px solid rgba(255, 255, 255, .1); padding-left: 49px; }
.featured-pillar h3 { margin: 0 0 12px; color: rgba(255, 255, 255, .85); font-size: 16.8px; line-height: 26px; font-style: italic; font-weight: 600; }
.featured-pillar p { margin: 0; color: rgba(255, 255, 255, .48); line-height: 22.1px; font-size: 13px; }
.pull-quote {
  margin-top: 2px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding: 55.48px 44px 56px;
}
.pull-quote p { margin: 0 0 20px; max-width: 563px; color: rgba(255, 255, 255, .78); font-size: 22.4px; line-height: 36.96px; font-style: italic; font-weight: 600; }
.pull-quote span { color: rgba(255, 255, 255, .28); font-size: 11px; line-height: 16.5px; letter-spacing: .88px; font-weight: 500; }
.service-cards { margin-top: 2px; display: grid; gap: 2px; }
.service-cards article {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .03);
  border-top: 3px solid rgba(107, 184, 240, .18);
  padding: 36px 40px;
  min-height: 188px;
  transition: background-color .18s ease, border-top-color .18s ease;
}
.service-cards article:hover,
.service-cards article:focus-within {
  background: rgba(255, 255, 255, .07);
  border-top-color: rgba(107, 184, 240, 1);
}
.service-cards .strat-icon {
  width: 20px;
  height: 20px;
  margin: 0 0 10px;
  border: 0;
  border-radius: 0;
}
.service-cards .strat-icon::before { background: transparent; }
.service-cards .strat-icon-people::before { width: 11.67px; height: 5px; border-top: 1.25px solid var(--malibu); border-bottom: 1.25px solid var(--malibu); box-shadow: 0 2.5px 0 0 var(--malibu); }
.service-cards .strat-icon-eye::before { width: 16.67px; height: 11.67px; border: 1.25px solid var(--malibu); border-radius: 10px; }
.service-cards .strat-icon-message::before { width: 15px; height: 15px; border: 1.25px solid var(--malibu); border-radius: 50%; }
.service-cards .strat-icon-network::before { width: 11.66px; height: 11.66px; background: radial-gradient(circle, transparent 2.2px, var(--malibu) 2.3px, var(--malibu) 2.9px, transparent 3px), linear-gradient(var(--malibu), var(--malibu)) center 62%/11.66px 1.25px no-repeat, linear-gradient(var(--malibu), var(--malibu)) center 40%/1.25px 3.33px no-repeat; }
.service-cards h3 {
  margin: 0 0 10px;
  padding-top: 8px;
  color: #fff;
  font-size: 15.2px;
  line-height: 19.76px;
  letter-spacing: .152px;
}
.service-cards p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  line-height: 22.1px;
  font-size: 13px;
  max-width: 479px;
}

.audience-grid { display: grid; gap: 80px; }
.criteria { list-style: none; margin: 15px 0 0; padding: 0; counter-reset: item; }
.criteria li { position: relative; border-top: 1px solid rgba(0, 38, 87, .08); padding: 18px 0 19px 52px; display: grid; gap: 2px; }
.criteria li::before { counter-increment: item; content: "0" counter(item); position: absolute; left: 0; top: 20px; color: rgba(0, 38, 87, .32); font-size: 15px; }
.criteria strong { font-size: 14px; line-height: 21px; font-weight: 600; color: var(--blue); }
.criteria span { color: rgba(0, 38, 87, .4); font-size: 14px; font-style: italic; line-height:1.5; }
.audience-card { position: relative; align-self: start; background: var(--blue); color: #fff; padding: 43px 52px; min-height: 0; }
.audience-card h3 { margin: 0 0 20px; font-size: 18.4px; line-height: 29.44px; }
.audience-card p { margin: 0 0 20px !important; max-width: 456px; color: rgba(255, 255, 255, .62); line-height: 1.5 !important; font-size: 15px; }
.audience-card .watermark { position: absolute; right: -12px; bottom: -10px; font-size: 160px; line-height: 0.9; color: rgba(255, 255, 255, .04); font-weight: 800; }

.process-rows { border-top: 1px solid rgba(0, 38, 87, .08); }
.process-rows article { border-bottom: 1px solid rgba(0, 38, 87, .08); padding: 0; min-height: 208px; display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
.process-rows span {
  color: rgba(0, 38, 87, .07);
  font-size: 128px;
  font-weight: 800;
  line-height: 128px;
  letter-spacing: -5.12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity .18s ease;
}
.process-rows article:hover > span { opacity: 0; }
.process-rows article > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 38, 87, .1);
  padding: 49px 40px 49px 49px;
}
.process-rows article > div::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 49px;
  width: 28px;
  height: 2px;
  background: var(--malibu);
}
.process-rows h3 { margin: 22px 0 14px; font-size: 18.4px; line-height: 23px; }
.process-rows p { margin: 0; color: rgba(0, 38, 87, .66); line-height: 25.2px; max-width: 560px; font-size: 14px; }
.process-rows article:nth-child(even) { grid-template-columns: 58% 42%; }
.process-rows article:nth-child(even) > span { order: 2; }
.process-rows article:nth-child(even) > div { order: 1; border-left: 0; border-right: 1px solid rgba(0, 38, 87, .1); padding: 49px 49px 49px 0; }
.process-rows article:nth-child(even) > div::before { left: 0; }

.about-rich { display: grid; grid-template-columns: 1fr; }
.about-rich-image {
  position: relative;
  min-height: 810px;
  overflow: hidden;
}
.about-rich-image > picture,
.about-rich-image > picture > img { object-position: 30% center; }
.about-rich-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 38, 87, 0) 65%, rgba(0, 38, 87, .7) 100%);
}
.about-rich-caption {
  position: absolute;
  left: 40px;
  bottom: 36px;
  display: grid;
  gap: 4px;
  color: #fff;
}
.about-rich-caption strong { font-size: 14px; line-height: 21px; font-weight: 700; }
.about-rich-caption span { font-size: 11px; line-height: 16.5px; letter-spacing: .88px; color: rgba(255, 255, 255, .5); }
.about-rich-content { background: #f5f8fc; padding: 116px 64px; }
.about-rich-content h2 { margin: 35px 0 20px; font-size: 41px; line-height: 41px; }
.about-rich-content p,
.about-rich-copy p { margin: 0 0 18px; color: rgba(0, 38, 87, .7); line-height: 28px; max-width: 500px; }
.about-rich-content p.eyebrow { color: var(--malibu); }
blockquote { margin: 19px 0 30px; padding: 0 0 0 27px; border-left: 3px solid var(--malibu); font-weight: 600; color: rgba(0, 38, 87, .85); line-height: 28px; }
.principles p { margin: 0 0 12px; color: rgba(0, 38, 87, .45); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; }
.principles ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px 30px; font-size: 12px; color: rgba(0, 38, 87, .72); }

.testimonials { background: var(--blue); color: #fff; padding-top: 0; }
.results-top { padding: 28px 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.results-top div { display: flex; gap: 48px; flex-wrap: wrap; }
.results-top strong { color: #fff; font-size: 25.6px; margin-right: 8px; line-height: 38.4px; }
.results-top span { color: rgba(255, 255, 255, .58); font-size: 11px; }
.testimonial-featured { text-align: center; padding: 80px 0 36px; }
.testimonial-featured p { margin: 0 auto 30px; max-width: 760px; color: rgba(255, 255, 255, .9); line-height: 37px; font-size: 20px; font-style: italic; font-weight: 500; letter-spacing: -.2px; }
.testimonial-featured h4 { margin: 0; font-size: 18px; }
.testimonial-featured small { color: rgba(255, 255, 255, .46); }
.testimonial-secondary { display: grid; gap: 2px; padding-top: 20px; }
.testimonial-secondary article {
  background: rgba(255, 255, 255, .03);
  border-top: 2px solid rgba(107, 184, 240, .2);
  padding: 32px;
  min-height: 203px;
}
.testimonial-secondary article:first-child { border-top-color: rgba(107, 184, 240, .4); }
.testimonial-secondary p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .65);
  line-height: 25.2px;
  font-style: italic;
  font-size: 14px;
}
.testimonial-secondary h4 {
  position: relative;
  margin: 0 0 2px;
  padding-left: 13px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 18px;
}
.testimonial-secondary h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 1px;
  height: 28px;
  background: rgba(107, 184, 240, .4);
}
.testimonial-secondary small {
  display: block;
  padding-left: 13px;
  color: rgba(255,255,255,.32);
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: .44px;
}
.indicator { text-align: center; padding: 36px 0 22px; color: rgba(255, 255, 255, .28); letter-spacing: .66px; font-size: 11px; font-weight: 500; }

.contact { padding: 0; background: var(--blue); }
.contact-layout { display: grid; grid-template-columns: 1fr; }
.contact-left { position: relative; color: #fff; padding: 56px 24px; min-height: 600px; background: var(--blue); }
.vertical-word { display: none; }
.contact-left h2 { margin: 35px 0 20px; color: #fff; font-size: 48px; line-height: 42px; }
.contact-left p { color: rgba(255, 255, 255, .62); line-height: 1.5 !important; max-width: 422px; margin-bottom: 1em; }
.contact-right { background: #fff; padding: 72px 64px; }
.contact-form { max-width: 520px; display: grid; gap: 14px; }
.two { display: grid; gap: 14px; grid-template-columns: 1fr; }
.contact-form label { display: grid; gap: 7px; color: rgba(0, 38, 87, .5); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: 1.2px; }
input, textarea { border: 1px solid transparent; background: var(--pale); padding: 14px; color: var(--blue); font: 400 14px/1.5 Montserrat, sans-serif; }
textarea { min-height: 110px; resize: vertical; padding-top: 12px; }
.form-row { margin-top: 0; padding-top: 10px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.btn-submit { background: var(--blue); color: #fff; }
.form-row span { color: rgba(0, 38, 87, .32); font-size: 11px; line-height: 16.5px; letter-spacing: .33px; }

.site-footer { background: var(--blue); color: rgba(255, 255, 255, .4); border-top: 3px solid rgba(107, 184, 240, .35); padding: 64px 24px 36px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; gap: 40px; border-bottom: 1px solid rgba(255, 255, 255, .08); padding-bottom: 49px; }
.site-footer h4 { margin: 0 0 12px; color: rgba(255, 255, 255, .28); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; }
.site-footer nav, .site-footer div { display: grid; gap: 11px; }
.footer-brand { align-content: start; justify-items: start; }
.footer-connect { align-content: start; justify-items: start; }
.btn-footer { background: #fff; color: var(--blue); text-align: center; padding: 0 18px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; align-self: start; }
.footer-meta { max-width: 1200px; margin: 0 auto; padding-top: 48px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, .2); font-size: 11px; }

.wp-site-blocks { min-height: 100vh; overflow-x: hidden; }
.wp-block-post-content { margin: 0; }
.desktop-nav .desktop-nav-list,
.menu-nav .menu-nav-list,
.site-footer .footer-nav-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-nav li,
.menu-nav li,
.site-footer .footer-nav-list li { list-style: none; font-size: 11px !important; }
.desktop-nav a { color: inherit; }
.site-header .btn-header { display: none; }
.contact-form .wpcf7-form { display: grid; gap: 14px; }
.contact-form .wpcf7-form-control-wrap { display: block; }
.contact-form p { margin: 0; }
.contact-form .two,
.contact-form .cf7-two { display: grid; gap: 14px; grid-template-columns: 1fr; }
.contact-form label { display: grid; gap: 7px; color: rgba(0, 38, 87, .5); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: 1.2px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  background: var(--pale);
  padding: 14px;
  color: var(--blue);
  font: 400 14px/1.5 Montserrat, sans-serif;
}
.contact-form input[type="submit"] {
  width: auto;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 15px 28px;
}
.contact-form .wpcf7-response-output { margin: 8px 0 0; border-color: var(--malibu); color: var(--blue); font-size: 13px; }
.form-row-note { color: rgba(0, 38, 87, .32); font-size: 11px; line-height: 16.5px; letter-spacing: .33px; }
.blog-archive,
.blog-detail {
  padding: 140px 24px 96px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-archive-title,
.blog-detail-title {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
}
.blog-archive-description { margin: 0 0 40px; max-width: 720px; color: rgba(0, 38, 87, .62); line-height: 1.7; }
.blog-grid,
.blog-query .blog-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-card {
  border-top: 3px solid var(--malibu);
  background: var(--pale);
  padding: 28px;
}
.blog-card-image {
  display: block;
  margin: -28px -28px 24px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-title {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.blog-card-date,
.blog-detail-date {
  display: block;
  color: rgba(0, 38, 87, .45);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 18px;
}
.blog-card-excerpt,
.blog-detail-content {
  color: rgba(0, 38, 87, .68);
  line-height: 1.7;
}
.blog-detail-image { margin: 32px 0; }
.blog-detail-image img { width: 100%; height: auto; display: block; }
.blog-detail-content > * + * { margin-top: 1em; }

.error-page {
  min-height: 720px;
  padding: 168px 24px 96px;
  background:
    linear-gradient(135deg, rgba(107, 184, 240, .22) 0%, rgba(0, 38, 87, 0) 42%),
    radial-gradient(circle at 78% 18%, rgba(31, 108, 237, .34), rgba(0, 38, 87, 0) 34%),
    var(--blue);
  color: #fff;
  display: grid;
  align-items: center;
}

.error-page-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-left: 3px solid var(--malibu);
  padding-left: 28px;
}

.error-page-kicker {
  margin: 0 0 20px;
  color: var(--malibu);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-page-title {
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-size: clamp(42px, 8vw, 92px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -3px;
}

.error-page-copy {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 16px;
  line-height: 1.75;
}

.error-page-btn {
  margin-top: 36px;
  background: #fff;
  color: var(--blue);
}

.scrolled .site-header { background: #fff; box-shadow: 0 1px 0 rgba(0, 38, 87, .08); }
.scrolled .desktop-nav { color: var(--blue); }
.scrolled .header-phone { color: var(--blue); }
.scrolled .btn-header { background: var(--bright); color: #fff; }
.scrolled .menu-toggle span { background: var(--bright); }

@media (max-width: 959px) {
  .hero { min-height: 686px; }
  h1 { font-size: 28px; line-height: 33px; letter-spacing: -.56px; }
  .section-head h2 { font-size: 27px; line-height: 31px; letter-spacing: -.68px; }
  .stack-card, .feature-content, .audience-card, .about-rich-content, .contact-right, .process-rows article > div { padding: 28px 24px; }
  .process-rows article { grid-template-columns: 1fr; }
  .process-rows article:nth-child(even) { grid-template-columns: 1fr; }
  .process-rows article:nth-child(even) > span,
  .process-rows article:nth-child(even) > div { order: initial; }
  .process-rows article > div { border-left: 0; border-top: 1px solid rgba(0,38,87,.08); }
  .process-rows article > div::before { left: 24px; top: 28px; }
  .process-rows h3 { margin-top: 20px; }
  .process-rows article:nth-child(even) > div { border-right: 0; padding: 28px 24px; }
  .about-rich-image { min-height: 360px; }
}

@media (min-width: 960px) {
  .desktop-nav { display: flex; }
  .header-phone { display: inline-block; }
  .site-header .btn-header { display: inline-block; }
  .menu-toggle { display: none; }
  .container { padding: 0 40px; }
  .hero { grid-template-columns: 44% 56%; min-height: 0; padding-top: 0; }
  .hero-image { order: 0; min-height: 0; }
  .hero-panel { padding: 120px 56px 80px 60px; }
  .hero-actions { grid-template-columns: max-content max-content; }
  .hero-stats-inline { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 0 20px; }
  .challenge { padding: 96px 0 0; }
  .challenge .container { max-width: 1200px; padding: 0 40px; }
  .challenge .section-head { margin-bottom: 56px; }
  .challenge-grid {
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .challenge-feature { min-height: 520px; }
  .challenge-stack { min-height: 520px; }
  .stack-card { min-height: 260px; }
  .stack-card p,
  .feature-content p,
  .service-cards p,
  .process-rows p,
  .testimonial-secondary p { text-wrap: pretty; }

  .strategic { padding: 96px 0; }
  .strategic .container { max-width: 1200px; padding: 0 40px; }
  .featured-pillar { min-height: 145px; }
  .pull-quote { min-height: 224px; }
  .service-cards article { min-height: 188px; overflow: hidden; }

  .audience { padding: 96px 0; }
  .audience .container { max-width: 1200px; padding: 0 40px; }
  .audience-grid { grid-template-columns: 1fr 1fr; gap: 80px; min-height: 550px; }
  .audience-card { min-height: 0; margin-top: 16px; }

  .process { padding: 96px 0; }
  .process .container { max-width: 1200px; padding: 0 40px; }
  .process .section-head { margin-bottom: 80px; }
  .process-rows { width: auto; margin-left: 0; }
  .process-rows article { min-height: 208px; }
  .process-rows p { max-width: 620px; padding-right: 0; }

  .testimonials { padding: 0; }
  .results-top { padding: 28px 40px 29px; }
  .testimonials .container { max-width: 1200px; padding: 80px 40px; }
  .testimonial-featured { padding: 0 0 73px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 20px; }
  .testimonial-secondary { margin-top: 0; }
  .testimonial-secondary article { min-height: 223px; }
  .indicator { padding: 41px 0 0; }

  .section-head-split { grid-template-columns: 1fr 320px; align-items: end; }
  .featured-pillar { grid-template-columns: 194px 1fr; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; justify-content: space-between; }
  .about-rich { grid-template-columns: 48% 52%; }
  .testimonial-secondary { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 40% 60%; min-height: 600px; }
  .contact-left { padding: 318px 56px 80px; }
  .vertical-word { display: block; position: absolute; right: -10px; top: 40px; color: rgba(255, 255, 255, .06); writing-mode: vertical-rl; transform: rotate(180deg); font-size: 128px; font-weight: 700; }
  .two { grid-template-columns: 1fr 1fr; }
  .contact-form .cf7-two { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 512px 256px 256px; justify-content: space-between; align-items: start; }
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0px !important;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0px !important;
}

.scs-editorial-body li{
  margin: 0;
  color: rgba(0, 38, 87, .62);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.9px;
}

.r3d2-pad-top-none { padding-top: 0 !important; }
.r3d2-pad-bottom-none { padding-bottom: 0 !important; }
.r3d2-pad-top-reduced { padding-top: 40px !important; }
.r3d2-pad-bottom-reduced { padding-bottom: 40px !important; }
.r3d2-pad-top-large { padding-top: 140px !important; }
.r3d2-pad-bottom-large { padding-bottom: 140px !important; }

.lead p,
.subtext p,
.head-note p,
.feature-content div p,
.stack-card div p,
.featured-pillar div div p,
.pull-quote div p,
.service-cards article > div p,
.audience-card div p,
.process-rows article > div > div p,
.testimonial-featured div p,
.testimonial-secondary article > div p,
.contact-left div p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.strat-icon::before,
.service-cards .strat-icon::before {
  display: none !important;
}

.strat-icon i {
  color: var(--malibu);
  font-size: 20px;
  line-height: 1;
}
