/* EctivePro identity, landing pages, and subtle progressive enhancement. */
.contact-form-shell {
  scroll-margin-top: 155px;
}
@media (max-width: 781px) {
  .contact-form-shell {
    scroll-margin-top: 110px;
  }
}
/* A backdrop filter would trap WordPress's fixed mobile menu inside the sticky header. */
@media (max-width: 781px) {
  .wp-site-blocks > header.wp-block-template-part {
    backdrop-filter: none !important;
    background: #fff;
  }
}
:root {
  --brand-navy: #0a4d7d;
  --brand-cyan: #06a7df;
  --brand-mist: #f2f8fb;
}
.wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #ffffffec;
  backdrop-filter: blur(18px);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
body.admin-bar .wp-site-blocks > header.wp-block-template-part {
  top: 32px;
}
.brand-header {
  max-width: 1240px !important;
  margin: 0 auto !important;
  border: 1px solid #dce9ef;
  border-radius: 15px;
  background:
    radial-gradient(ellipse at 10% 0%, #e8f5fc 0, transparent 55%),
    linear-gradient(115deg, #fbfdff, #f5f9fb);
  box-shadow: 0 5px 24px #123b5505;
  padding: 0 25px;
}
.header-microline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dce9ef;
  padding: 8px 0;
  margin: 0 !important;
}
.header-microline p {
  margin: 0 !important;
  font-size: 9px;
  letter-spacing: 1px;
}
.header-location {
  color: #4c7c96;
}
.header-note a {
  color: #698492;
  text-decoration: none;
  font-size: 9px;
  letter-spacing: 0.1px;
}
.header-main {
  min-height: 79px;
  margin: 0 !important;
  gap: 25px;
}
.header-main .wp-block-site-logo {
  margin: 0 !important;
  flex-shrink: 0;
}
.header-main .custom-logo {
  display: block;
  width: 145px;
  height: auto;
}
.brand-navigation {
  gap: 27px;
  font-size: 13px;
}
.brand-navigation .wp-block-navigation__container {
  gap: 26px;
}
.brand-navigation a {
  text-decoration: none;
  color: #254f66;
}
.brand-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-item:last-child
  > .wp-block-navigation-item__content {
  background: #0a4d7d;
  color: white;
  border-radius: 999px;
  padding: 12px 20px;
}
.brand-navigation
  .wp-block-navigation__container
  > .wp-block-navigation-item:last-child
  > .wp-block-navigation-item__content:hover {
  background: #087caa;
}
.brand-navigation .wp-block-navigation-submenu__toggle {
  margin-left: 5px;
}
.brand-navigation .wp-block-navigation__submenu-container {
  padding: 10px !important;
  border: 1px solid #d8e6ed !important;
  box-shadow: 0 18px 40px #163b531a;
  border-radius: 12px;
  background: #fff !important;
  min-width: 310px !important;
  margin-top: 15px !important;
}
.brand-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  padding: 11px 14px !important;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
}
.brand-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content:hover {
  background: #eef6fa;
  color: #087caa;
}
.brand-navigation .wp-block-navigation__submenu-container > li:first-child {
  border-bottom: 1px solid #e4edf1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.wp-block-site-logo a:focus-visible {
  outline-offset: 7px;
}
.branded-home-hero {
  position: relative;
  isolation: isolate;
  padding-top: 45px;
}
.branded-home-hero:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 15px -20px 0;
  background:
    radial-gradient(ellipse at 78% 44%, #e6f5fb9c, transparent 52%),
    radial-gradient(circle at 85% 12%, #9bbfd42d 0.8px, transparent 1px);
  background-size:
    auto,
    22px 22px;
  mask-image: linear-gradient(90deg, transparent 34%, black 70%);
}
.branded-home-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 230px;
  right: 30px;
  top: 15px;
  background: url("../images/ectivepro-icon.png") center/contain no-repeat;
  opacity: 0.025;
  transform: rotate(-18deg);
}
.visual-stage > .website-preview {
  transform: translate(var(--pointer-x, 0px), var(--pointer-y, 0px))
    rotate(-5deg);
  transition: transform 0.35s ease-out;
}
.visual-stage > .application-preview {
  transform: translate(
      calc(var(--pointer-x, 0px) * -0.65),
      calc(var(--pointer-y, 0px) * -0.65)
    )
    rotate(5deg);
  transition: transform 0.45s ease-out;
}
.branded-hero {
  position: relative;
  isolation: isolate;
  margin-top: 20px !important;
  padding: 24px 35px 43px;
  border: 1px solid #e4edf2;
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 90% 40%, #e7f5fc, transparent 63%),
    linear-gradient(120deg, #fff 20%, #f6fafc);
  overflow: hidden;
}
.branded-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(#89b8d350 0.8px, transparent 0.8px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent 45%, black);
}
.page-breadcrumbs {
  font-size: 10px !important;
  line-height: 1.8;
  color: #77909f;
  margin: 0 0 25px !important;
}
.page-breadcrumbs a {
  color: #567c92;
  text-decoration: none;
}
.page-breadcrumbs span {
  margin: 0 10px;
  color: #9fb9c6;
}
.landing-hero-columns {
  align-items: center !important;
  gap: 35px !important;
  margin: 0;
}
.landing-hero-columns > .wp-block-column:first-child {
  flex-basis: 57%;
}
.landing-hero-columns > .wp-block-column:last-child {
  flex-basis: 43%;
  min-width: 0;
}
.landing-hero-copy h1 {
  font-size: clamp(40px, 4.4vw, 60px);
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 21px 0 25px !important;
}
.landing-hero-copy > .intro {
  font-size: 15px;
  line-height: 1.8;
  margin-left: 0 !important;
  max-width: 560px;
}
.landing-hero-copy > .eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-left: 0;
}
.landing-hero-copy .wp-block-buttons {
  margin-top: 25px;
}
.hero-reassurance {
  font-size: 10px !important;
  color: #6a8999;
  margin-top: 15px !important;
}
.orbit-scene {
  position: relative;
  height: 350px;
  min-width: 0;
  isolation: isolate;
  --pointer-x: 0px;
  --pointer-y: 0px;
}
.orbit-scene:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid #bad7e5;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.orbit-scene:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 70px;
  transform: translateX(-50%) rotate(-20deg);
  border: 1px dashed #c5dfea;
  border-radius: 38%;
  z-index: -1;
  animation: orbit-turn 48s linear infinite;
}
.orbit-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 8px !important;
  letter-spacing: 1.2px;
  margin: 0 !important;
  color: #58819b;
}
.orbit-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0 !important;
  transform: translate(var(--pointer-x), var(--pointer-y)) rotate(-6deg);
  transition: transform 0.35s ease-out;
  border: 1px solid #e2ebef;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 20px 35px #1c526419;
}
.orbit-main img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.orbit-brand {
  position: absolute;
  right: 17px;
  bottom: 38px;
  display: grid;
  place-items: center;
  width: 67px;
  height: 67px;
  background: white;
  border: 1px solid #dce9ef;
  border-radius: 18px;
  padding: 13px;
  margin: 0 !important;
  box-shadow: 0 12px 25px #18456512;
  transform: translate(
      calc(var(--pointer-x) * -0.8),
      calc(var(--pointer-y) * -0.8)
    )
    rotate(8deg);
  transition: transform 0.4s ease-out;
}
.orbit-brand img {
  height: 42px;
  width: auto;
  display: block;
}
.orbit-chip {
  position: absolute;
  font-size: 9px !important;
  line-height: 1.3;
  background: #ffffffef;
  border: 1px solid #d7e6ed;
  border-radius: 999px;
  padding: 9px 13px;
  box-shadow: 0 7px 15px #0e45690a;
  color: #33657e;
  white-space: nowrap;
  margin: 0 !important;
  animation: chip-float 7s ease-in-out infinite;
}
.orbit-chip-1 {
  top: 51px;
  left: 9px;
}
.orbit-chip-2 {
  top: 92px;
  right: -9px;
  animation-delay: -2s;
}
.orbit-chip-3 {
  bottom: 41px;
  left: 4px;
  animation-delay: -4s;
}
.orbit-signature {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 7px !important;
  letter-spacing: 1.7px;
  color: #7d9cac;
  margin: 0 !important;
}
@keyframes chip-float {
  50% {
    translate: 0 -5px;
  }
}
@keyframes orbit-turn {
  to {
    transform: translateX(-50%) rotate(340deg);
  }
}
.visual-service-card h3 a {
  color: inherit;
  text-decoration: none;
}
.visual-service-card h3 a:hover {
  color: #087caa;
}
.landing-intro > .wp-block-columns {
  align-items: center !important;
  gap: 60px;
}
.landing-intro h2 {
  font-size: 39px;
  max-width: 660px;
  margin-top: 18px;
}
.landing-intro p {
  font-size: 15px;
}
.fit-panel {
  background: #f0f7fa;
  border: 1px solid #e0edf2;
  border-radius: 12px;
  padding: 32px;
}
.fit-panel > .eyebrow {
  font-size: 9px;
}
.fit-panel a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}
.fit-panel p {
  font-size: 14px;
}
.scope-section {
  padding-top: 15px;
}
.scope-section > h2 {
  font-size: 44px;
  margin: 16px 0 35px !important;
}
.scope-card {
  padding: 30px;
  border: 1px solid #dfe9ee;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff, #fafdfe);
  height: 100%;
  position: relative;
}
.scope-number {
  font:
    italic 34px Fraunces,
    Georgia,
    serif !important;
  color: #94bcd0;
  margin: 0 0 20px !important;
}
.scope-card h3 {
  font-size: 28px;
  margin: 14px 0 !important;
}
.scope-card > p:last-child {
  font-size: 14px;
  max-width: 520px;
  margin-left: 0;
}
.scope-note {
  font-size: 12px !important;
  color: #728b99;
  margin-top: 25px !important;
  max-width: 800px !important;
  margin-left: 0 !important;
}
.service-hero + .landing-intro {
  padding-top: 65px;
}
.independent-panel {
  padding: 40px;
  background: #edf5f8;
  border-radius: 13px;
  margin-block: 15px !important;
}
.independent-panel > .wp-block-columns {
  align-items: center !important;
  gap: 55px;
  margin: 0;
}
.independent-icon {
  width: 31px;
  margin: 0 0 18px !important;
}
.independent-icon img {
  width: 31px;
  height: auto;
  display: block;
}
.solo-heading h3 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
}
.solo-copy p {
  font-size: 14px;
}
.solo-copy a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.landing-faq > .wp-block-columns {
  gap: 65px;
}
.faq-heading h2 {
  font-size: 41px;
  margin-top: 17px;
}
.faq-list > .wp-block-details {
  border-top: 1px solid #dce7ee;
  padding: 20px 0;
  margin: 0 !important;
}
.faq-list > .wp-block-details:last-child {
  border-bottom: 1px solid #dce7ee;
}
.wp-block-details summary {
  font-size: 15px;
  font-weight: 500;
  color: #244b63;
  cursor: pointer;
  padding-right: 12px;
  line-height: 1.6;
}
.wp-block-details > p {
  font-size: 14px;
  padding-left: 18px;
  margin-top: 15px;
}
.wp-block-details summary:hover {
  color: #087caa;
}
.wp-block-details summary:focus-visible {
  outline: 3px solid #087caa;
  outline-offset: 6px;
}
.service-brief {
  padding-top: 20px;
  scroll-margin-top: 155px;
}
.brief-columns {
  gap: 55px !important;
  align-items: flex-start !important;
}
.brief-columns > .wp-block-column:first-child {
  flex-basis: 42%;
}
.brief-columns > .wp-block-column:last-child {
  flex-basis: 58%;
}
.brief-intro h2 {
  font-size: 40px;
  line-height: 1.15;
  margin: 19px 0 22px;
}
.brief-intro p {
  font-size: 14px;
}
.brief-intro a {
  font-size: 12px;
}
.service-brief .contact-form-shell {
  box-shadow: 0 14px 45px #183d5008;
}
.related-services {
  padding-top: 10px;
}
.related-services > h2 {
  font-size: 37px;
  margin: 15px 0 28px;
}
.related-card {
  padding: 25px;
  border: 1px solid #e0e9ee;
  border-radius: 10px;
  height: 100%;
}
.related-art {
  width: 140px;
  float: right;
  margin: 0 0 10px 20px !important;
  border-radius: 7px;
  overflow: hidden;
}
.related-art img {
  width: 100%;
  display: block;
}
.related-card h3 {
  font-size: 25px;
  margin: 5px 0 20px;
}
.related-card a {
  font-size: 12px;
  text-decoration: none;
}
.about-story-section h2 {
  font-size: 42px;
  margin: 18px 0;
}
.about-story-section p {
  font-size: 15px;
}
.about-story-section > .wp-block-columns {
  gap: 60px;
}
.privacy-hero {
  max-width: 900px !important;
}
.privacy-section {
  max-width: 900px !important;
  padding: 25px 0;
}
.privacy-section h2 {
  font-size: 30px;
}
.privacy-section p {
  font-size: 15px;
}
.wp-site-blocks > footer.wp-block-template-part {
  background: linear-gradient(130deg, #f2f8fb, #eaf3f8);
  margin: 30px -24px 0;
  padding: 0 24px;
  position: relative;
  border-top: 1px solid #dce9ef;
}
.professional-footer {
  padding: 40px 0 20px;
  max-width: 1180px !important;
}
.footer-callout {
  background: #0b4d78;
  color: #fff;
  border-radius: 13px;
  padding: 31px 35px;
  margin: 0 0 48px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.footer-callout:before {
  content: "";
  position: absolute;
  inset: -80px 30% -130px auto;
  width: 280px;
  height: 280px;
  border: 1px solid #5b96b16b;
  border-radius: 50%;
  z-index: -1;
}
.footer-callout:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at right, #008ccc65, transparent 70%);
  z-index: -1;
}
.footer-callout-columns {
  align-items: center !important;
  margin: 0;
  gap: 25px;
}
.footer-callout h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.footer-callout h3 em {
  color: #a3d9ec;
}
.footer-callout .wp-block-buttons {
  justify-content: flex-end;
}
.footer-callout .wp-block-button__link {
  background: #fff;
  color: #0b4d78;
  font-size: 13px;
}
.footer-columns {
  gap: 32px;
  margin-bottom: 35px !important;
}
.footer-columns > .wp-block-column:nth-child(1) {
  flex-basis: 28%;
}
.footer-columns > .wp-block-column:nth-child(2) {
  flex-basis: 27%;
}
.footer-columns > .wp-block-column:nth-child(3) {
  flex-basis: 20%;
}
.footer-columns > .wp-block-column:nth-child(4) {
  flex-basis: 25%;
}
.footer-brand .wp-block-site-logo {
  margin: 0 0 19px;
}
.footer-brand-copy {
  font-size: 14px;
  line-height: 1.8;
  color: #335c72;
}
.footer-location {
  font-size: 11px;
  line-height: 1.8;
  color: #718996;
  margin-top: 17px !important;
}
.footer-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #377696;
  margin: 7px 0 21px !important;
}
.footer-links > p:not(.footer-label) {
  margin: 0 0 11px !important;
  font-size: 12px;
  line-height: 1.65;
}
.footer-links a {
  color: #385b6e;
  text-decoration: none;
}
.footer-links a:hover {
  color: #078abe;
  text-decoration: underline;
}
.contact-channel {
  font-size: 10px;
  font-weight: 500;
  color: #496f84;
  margin: 13px 0 4px !important;
}
.contact-placeholder {
  font-size: 11px;
  color: #8096a3;
  margin: 4px 0 9px !important;
}
.footer-social-label {
  margin-top: 23px !important;
  margin-bottom: 11px !important;
}
.footer-bottom {
  border-top: 1px solid #d5e4ec;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}
.footer-bottom p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0 !important;
  color: #718895;
}
@media (min-width: 782px) and (max-width: 1050px) {
  .brand-navigation .wp-block-navigation__container {
    gap: 17px;
  }
  .brand-header {
    padding: 0 18px;
  }
  .header-main .custom-logo {
    width: 130px;
  }
  .branded-hero {
    padding: 24px;
  }
  .landing-hero-columns {
    gap: 25px !important;
  }
  .landing-hero-copy h1 {
    font-size: 45px;
  }
  .orbit-scene {
    height: 320px;
  }
  .orbit-main {
    top: 85px;
  }
  .orbit-main img {
    height: 175px;
  }
  .orbit-chip {
    font-size: 8px !important;
    padding: 8px 10px;
  }
  .orbit-chip-2 {
    right: -3px;
  }
  .footer-columns {
    gap: 23px;
  }
  .footer-callout h3 {
    font-size: 28px;
  }
  .footer-brand .custom-logo {
    max-width: 145px;
  }
}
@media (max-width: 781px) {
  .wp-site-blocks > header.wp-block-template-part {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .brand-header {
    padding: 0 15px;
    border-radius: 12px;
  }
  .header-microline {
    display: none;
  }
  .header-main {
    min-height: 68px;
  }
  .header-main .custom-logo {
    width: 120px;
  }
  .brand-navigation .wp-block-navigation__responsive-container.is-menu-open {
    padding: 24px;
    background: #f5fafc;
    color: #204f69;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container {
    align-items: flex-start !important;
    width: 100%;
    gap: 20px;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container {
    box-shadow: none;
    border: 0 !important;
    border-left: 2px solid #c6deeb !important;
    border-radius: 0;
    padding: 0 0 0 10px !important;
    min-width: 0 !important;
    width: 100%;
    margin: 5px 0 0 !important;
    background: transparent !important;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item__content {
    font-size: 12px;
    padding: 6px 8px !important;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
    padding-top: 50px;
    align-items: flex-start;
  }
  .brand-navigation
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container
    > .wp-block-navigation-item:last-child
    > .wp-block-navigation-item__content {
    padding: 12px 23px;
  }
  .branded-home-hero {
    padding-top: 28px;
  }
  .branded-home-hero:before {
    inset: 0 -10px;
    mask-image: linear-gradient(180deg, transparent 25%, black 80%);
  }
  .branded-home-hero:after {
    width: 120px;
    height: 160px;
    right: 0;
    top: 460px;
  }
  .branded-hero {
    padding: 18px 20px 26px;
    margin-top: 12px !important;
    border-radius: 13px;
  }
  .page-breadcrumbs {
    font-size: 9px !important;
    margin-bottom: 22px !important;
  }
  .page-breadcrumbs span {
    margin: 0 7px;
  }
  .landing-hero-columns {
    gap: 28px !important;
  }
  .landing-hero-copy h1 {
    font-size: clamp(35px, 9.6vw, 54px);
    letter-spacing: -1.5px;
    margin: 18px 0 21px !important;
  }
  .landing-hero-copy > .intro {
    font-size: 14px;
  }
  .landing-hero-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .landing-hero-copy .wp-block-button__link {
    font-size: 12px;
    padding: 14px 18px !important;
  }
  .hero-reassurance {
    font-size: 9px !important;
    line-height: 1.7;
  }
  .orbit-scene {
    height: 300px;
    max-width: 380px !important;
    margin: 0 auto !important;
  }
  .orbit-scene:before {
    width: 235px;
    height: 235px;
    top: 40px;
  }
  .orbit-scene:after {
    width: 190px;
    height: 190px;
    top: 64px;
  }
  .orbit-main {
    top: 77px;
  }
  .orbit-main img {
    height: 166px;
  }
  .orbit-brand {
    width: 54px;
    height: 54px;
    right: 12px;
    bottom: 27px;
    padding: 10px;
    border-radius: 13px;
  }
  .orbit-brand img {
    height: 33px;
  }
  .orbit-chip {
    font-size: 8px !important;
    padding: 8px 9px;
  }
  .orbit-chip-1 {
    left: 2px;
    top: 42px;
  }
  .orbit-chip-2 {
    right: -5px;
    top: 77px;
  }
  .orbit-chip-3 {
    bottom: 32px;
    left: 0;
  }
  .orbit-signature {
    font-size: 6px !important;
    letter-spacing: 1px;
  }
  .orbit-label {
    font-size: 7px !important;
  }
  .service-hero + .landing-intro {
    padding-top: 44px;
  }
  .landing-intro > .wp-block-columns {
    gap: 25px;
  }
  .landing-intro h2 {
    font-size: 32px;
  }
  .fit-panel {
    padding: 25px;
  }
  .scope-section {
    padding-top: 0;
  }
  .scope-section > h2 {
    font-size: 35px;
  }
  .scope-card {
    padding: 25px;
  }
  .scope-card h3 {
    font-size: 26px;
  }
  .scope-number {
    font-size: 30px !important;
  }
  .independent-panel {
    padding: 27px 24px;
  }
  .independent-panel > .wp-block-columns {
    gap: 25px;
  }
  .solo-heading h3 {
    font-size: 29px;
  }
  .landing-faq > .wp-block-columns {
    gap: 25px;
  }
  .faq-heading h2 {
    font-size: 34px;
  }
  .wp-block-details summary {
    font-size: 14px;
  }
  .wp-block-details > p {
    font-size: 13px;
  }
  .service-brief {
    scroll-margin-top: 110px;
    padding-top: 10px;
  }
  .brief-columns {
    gap: 25px !important;
  }
  .brief-intro h2 {
    font-size: 34px;
  }
  .related-services > h2 {
    font-size: 31px;
  }
  .related-card {
    padding: 22px;
  }
  .related-art {
    width: 100px;
    margin-left: 12px !important;
  }
  .related-card h3 {
    font-size: 23px;
  }
  .about-story-section > .wp-block-columns {
    gap: 25px;
  }
  .about-story-section h2 {
    font-size: 35px;
  }
  .professional-footer {
    padding-top: 25px;
  }
  .footer-callout {
    padding: 26px 23px;
    margin-bottom: 33px !important;
  }
  .footer-callout-columns {
    gap: 24px;
  }
  .footer-callout h3 {
    font-size: 28px;
  }
  .footer-callout .wp-block-buttons {
    justify-content: flex-start;
  }
  .footer-columns {
    gap: 25px;
  }
  .footer-brand-copy {
    max-width: 290px !important;
    margin-left: 0 !important;
  }
  .footer-links p:not(.footer-label) {
    font-size: 13px;
  }
  .footer-label {
    margin-top: 0 !important;
    margin-bottom: 17px !important;
  }
  .footer-social-label {
    margin-top: 24px !important;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .privacy-section {
    padding: 18px 0;
  }
  .privacy-section h2 {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-chip,
  .orbit-scene:after {
    animation: none !important;
  }
  .orbit-main,
  .orbit-brand,
  .visual-stage > .website-preview,
  .visual-stage > .application-preview {
    transition: none !important;
  }
  .orbit-main {
    transform: rotate(-6deg);
  }
  .orbit-brand {
    transform: rotate(8deg);
  }
}
.ep-page-hidden .orbit-chip,
.ep-page-hidden .orbit-scene:after {
  animation-play-state: paused;
}
