/* Moosi Web — small additions on top of theme */
.moosi-brand-logo {
  width: auto;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

/* Theme pins .header-area-4 .header-logo at 101px — balance wordmark vs nav height */
.header-area-4 .header-logo {
  width: auto;
  max-width: min(200px, 36vw);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-block: 6px;
}

.header-area-4 .header-logo img.moosi-brand-logo,
.header-area-4 .header-logo img.normal-logo.moosi-brand-logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 46px;
}

.moosi-footer-logo {
  max-height: 72px;
}

.side-info .moosi-brand-logo {
  max-height: 52px;
}

/* Hide parent “+” if any menu item regains .menu-item-has-children */
.header-area-4 .main-menu li.menu-item-has-children > a:after {
  content: none !important;
  display: none !important;
  margin-inline-start: 0 !important;
}

/* Primary nav — Moosi teal #153838 + accent #B89364 (replaces theme --action lime on hover) */
.header-area-4 .main-menu > ul > li > a {
  color: #153838;
}

.header-area-4 .main-menu > ul > li:hover > a,
.header-area-4 .main-menu > ul > li > a:hover {
  color: #b89364;
}

.header-area-4 .main-menu > ul > li > a:active,
.header-area-4 .main-menu > ul > li > a:focus-visible {
  color: #153838;
  outline: 2px solid rgba(184, 147, 100, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Mobile slide-out (meanmenu clone inside .side-info) */
.side-info .mobile-menu.mean-container .mean-nav > ul > li > a,
.side-info .mobile-menu.mean-container .mean-nav ul li li a {
  color: #153838 !important;
}

.side-info .mobile-menu.mean-container .mean-nav > ul > li > a:hover,
.side-info .mobile-menu.mean-container .mean-nav ul li li a:hover,
.side-info .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #b89364 !important;
}

.side-info .mobile-menu.mean-container .mean-nav > ul > li > a:active,
.side-info .mobile-menu.mean-container .mean-nav > ul > li > a:focus-visible,
.side-info .mobile-menu.mean-container .mean-nav ul li li a:focus-visible {
  color: #153838 !important;
  outline: 2px solid rgba(21, 56, 56, 0.25);
  outline-offset: 2px;
}

.side-info .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  color: #153838 !important;
}

/* Products hub: keep the intro close to the catalog instead of stacking two full section gaps. */
body.page-products .moosi-products-intro {
  padding-bottom: 24px;
}

body.page-products .moosi-products-catalog {
  padding-top: 0;
}

.moosi-contact-form .form-control {
  border-radius: 2px;
}

.moosi-contact-form .form-label {
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Contact page — form, map, aside card                             */
/* ------------------------------------------------------------------ */
body.page-contact .moosi-contact-lede-text {
  max-width: 42rem;
  line-height: 1.7;
}

body.page-contact .moosi-contact-keyfacts li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.65rem;
  line-height: 1.6;
  color: rgba(21, 56, 56, 0.88);
}

body.page-contact .moosi-contact-keyfacts li:last-child {
  margin-bottom: 0;
}

body.page-contact .moosi-contact-keyfacts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b89364;
}

body.page-contact .moosi-contact-aside-card {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 16px;
  padding: 1.35rem 1.35rem 1.25rem;
  background: linear-gradient(165deg, #faf8f5 0%, #fff 55%);
  box-shadow: 0 14px 38px rgba(21, 56, 56, 0.06);
  height: 100%;
}

body.page-contact .moosi-contact-aside-title {
  color: #153838;
  letter-spacing: 0.06em;
}

body.page-contact .moosi-contact-address {
  line-height: 1.65;
}

body.page-contact .moosi-contact-form .form-control,
body.page-contact .moosi-contact-form .form-select {
  border-color: rgba(21, 56, 56, 0.2);
}

body.page-contact .moosi-contact-form .form-control:focus,
body.page-contact .moosi-contact-form .form-select:focus {
  border-color: #153838;
  box-shadow: 0 0 0 0.2rem rgba(21, 56, 56, 0.12);
}

/* Bootstrap flex columns: allow shrinking so long controls cannot spill into adjacent column */
body.page-contact .moosi-contact-form .row > [class*="col-"] {
  min-width: 0;
}

body.page-contact .moosi-contact-alert {
  border-radius: 10px;
}

body.page-contact .moosi-contact-form-map-lede {
  max-width: 48rem;
  line-height: 1.65;
  color: rgba(21, 56, 56, 0.9);
}

body.page-contact .moosi-contact-split-shell {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(21, 56, 56, 0.07);
}

body.page-contact .moosi-contact-split-row {
  min-height: 0;
}

body.page-contact .moosi-contact-split-col {
  display: flex;
  flex-direction: column;
  /* Allow flex children to respect column width (prevents map column overlapping form) */
  min-width: 0;
}

body.page-contact #main-content {
  display: block;
  width: 100%;
}

/* If nice-select is ever applied to .moosi-contact-form, constrain it (plugin defaults: float:left; width:auto; nowrap — overflows grid) */
body.page-contact .moosi-contact-form .nice-select {
  float: none;
  display: block;
  width: 100%;
  max-width: 100%;
}

body.page-contact .moosi-contact-form .nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-contact .moosi-contact-split-col--form {
  border-bottom: 1px solid rgba(21, 56, 56, 0.1);
}

@media (min-width: 992px) {
  body.page-contact .moosi-contact-split-col--form {
    border-bottom: 0;
    border-right: 1px solid rgba(21, 56, 56, 0.1);
  }
}

body.page-contact .moosi-contact-split-inner {
  padding: clamp(1.25rem, 3vw, 1.85rem);
  flex: 1 1 auto;
  max-width: 100%;
}

body.page-contact .moosi-contact-split-col--form .moosi-contact-split-inner {
  border-left: 4px solid #b89364;
}

body.page-contact .moosi-contact-split-subhead {
  color: #153838;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.page-contact .moosi-contact-map-panel {
  background: linear-gradient(180deg, #faf9f7 0%, #fff 42%);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

body.page-contact .moosi-contact-map-caption {
  line-height: 1.55;
  color: rgba(21, 56, 56, 0.82);
}

body.page-contact .moosi-contact-coord-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.88em;
  color: #153838;
  white-space: nowrap;
}

body.page-contact .moosi-contact-map-wrap {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 14px;
  overflow: hidden;
  background: #e8e4df;
  flex: 1 1 auto;
  min-height: 280px;
  aspect-ratio: 16 / 11;
}

@media (min-width: 992px) {
  body.page-contact .moosi-contact-map-panel .moosi-contact-map-wrap {
    min-height: 340px;
    aspect-ratio: 4 / 3;
  }
}

body.page-contact .moosi-contact-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}

body.page-contact .moosi-contact-map-action-btn {
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

body.page-contact .moosi-contact-map-legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-contact .moosi-contact-faq-item {
  border-bottom: 1px solid rgba(21, 56, 56, 0.1);
}

body.page-contact .moosi-contact-faq-item:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.page-contact .moosi-contact-cta-text {
  max-width: 36rem;
}

/* ------------------------------------------------------------------ */
/* Homepage hero — wave image + ribbon + subtle diagonal stripe         */
/* ------------------------------------------------------------------ */
.hero-area-4 {
  position: relative;
  --river-x: 50%;
  --river-y: 45%;
}

/* Theme sets z-index:1 on inner, which traps .area-bg at z-index:-1 behind the inner paint layer */
.hero-area-4 .hero-area-4-inner {
  position: relative;
  z-index: auto;
  overflow: hidden;
}

.hero-area-4 .area-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-area-4 .area-bg::before {
  content: none;
}

.hero-area-4 .area-bg::after {
  content: none;
}

.moosi-river-flow {
  display: none;
}

/* Flowing river ribbon: full viewport width + gentle drift (transform kept for vertical center only) */
.hero-area-4 .hero-area-4-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  max-width: none;
  top: 48%;
  transform: translateY(-50%);
  height: min(66vh, 580px);
  max-height: 85%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../imgs/shape/hero-river-ribbon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  opacity: 0.42;
  animation: moosi-hero-ribbon-bg-drift 3.4s ease-in-out infinite alternate;
}

.hero-area-4 .hero-area-4-inner::after {
  content: none;
}

.hero-area-4 .container,
.hero-area-4 .brand-area-4 {
  position: relative;
  z-index: 2;
}

/* Homepage hero — tech marquee boxed (same width as .container above) */
.hero-area-4 .moosi-hero-tech-strip-container {
  position: relative;
  z-index: 2;
}

.hero-area-4 .moosi-hero-tech-strip-full {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

/* Hero tech logos — CSS infinite marquee (no Swiper / no vertical float) */
.hero-area-4 .moosi-logo-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.hero-area-4 .moosi-logo-marquee-track {
  display: flex;
  width: max-content;
  animation: moosi-logo-marquee-scroll 55s linear infinite;
}

.hero-area-4 .moosi-logo-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  column-gap: clamp(2rem, 5vw, 4.5rem);
  padding-inline: clamp(1rem, 2.5vw, 2rem);
}

.hero-area-4 .moosi-logo-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-area-4 .moosi-logo-marquee-item img {
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(1) contrast(1.08) brightness(0.92);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.hero-area-4 .moosi-logo-marquee-item:hover img {
  opacity: 0.95;
  filter: grayscale(1) contrast(1.12) brightness(1);
}

@keyframes moosi-logo-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-area-4 .moosi-logo-marquee-track {
    animation: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
  }

  .hero-area-4 .moosi-logo-marquee-group {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.75rem;
    column-gap: 1.5rem;
    padding-inline: 0;
  }

  .hero-area-4 .moosi-logo-marquee-group:last-child {
    display: none;
  }

  .hero-area-4 .moosi-logo-marquee-group:first-child {
    width: 100%;
  }

  .hero-area-4 .moosi-logo-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Homepage hero — centered stack, soft kicker, mixed-weight headline, subtle grid */
.hero-area-4 .section-content.section-spacing-top {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(1rem, 3vw, 2rem);
}
.hero-area-4 .section-content.section-spacing-top::before {
  content: "";
  position: absolute;
  inset: -6% -18% auto;
  height: min(72vh, 520px);
  z-index: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    118deg,
    transparent 0,
    transparent 34px,
    rgba(14, 15, 17, 0.045) 34px,
    rgba(14, 15, 17, 0.045) 35px
  );
  opacity: 0.55;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 42%, #000 22%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 42%, #000 22%, transparent 72%);
}
.hero-area-4 .section-title-wrapper {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin-inline: auto;
}
.hero-area-4 .subtitle-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}
.hero-area-4 .subtitle-wrapper .section-subtitle {
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
  max-width: 34rem;
  margin-inline: auto;
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(14, 15, 17, 0.58);
  letter-spacing: 0.01em;
}
.hero-area-4 .title-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hero-area-4 #hero-heading.moosi-hero-h1 {
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  width: 100%;
  margin-inline: auto;
  text-wrap: balance;
}
.hero-area-4 #hero-heading.moosi-hero-h1 .moosi-hero-h1-em {
  font-weight: 700;
}
.hero-area-4 #hero-heading.moosi-hero-h1 .moosi-hero-h1-soft {
  font-weight: 400;
}
.hero-area-4 .text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
.hero-area-4 .text-wrapper .text {
  color: rgba(14, 15, 17, 0.72);
  line-height: 1.65;
}
.hero-area-4 .btn-wrapper {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: 1.75rem;
}

@media (max-width: 767px) {
  .hero-area-4 .hero-area-4-inner::before {
    margin-left: -50vw;
    width: 100vw;
    top: 46%;
    transform: translateY(-50%);
    height: min(50vh, 400px);
    max-height: 78%;
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-area-4 .hero-area-4-inner::before {
    animation: none !important;
    transform: translateY(-50%) !important;
  }
}

@keyframes moosi-hero-ribbon-bg-drift {
  0% {
    background-position: 44% 46%;
    opacity: 0.36;
  }
  100% {
    background-position: 56% 54%;
    opacity: 0.48;
  }
}

.brand-area-4 .brand-item-4 img {
  max-width: 180px;
  width: auto;
  height: 48px;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.brand-area-4 .brand-item-4:hover img {
  opacity: 0.92;
  filter: grayscale(1) contrast(1.05);
}

/* ------------------------------------------------------------------ */
/* Global brand palette + button system from logo                     */
/* Primary: teal #153838 | Secondary: gold #B89364                   */
/* ------------------------------------------------------------------ */
:root {
  --moosi-primary: #153838;
  --moosi-primary-strong: #0f2e2e;
  --moosi-secondary: #b89364;
  --moosi-secondary-strong: #a88457;
  /* Retheme vendor template (Feux lime #AFF42B) → Moosi palette sitewide */
  --theme: #b89364;
  --action: #153838;
}

/* Floating call + WhatsApp (call above WhatsApp; above theme back-to-top ~46px + offset) */
.moosi-contact-fab-stack {
  position: fixed;
  right: 1.25rem;
  bottom: 5.75rem;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

/* WhatsApp: primary (teal) circle, secondary (gold) icon */
.moosi-whatsapp-fab {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--moosi-primary);
  border: 1px solid rgba(184, 147, 100, 0.45);
  color: var(--moosi-secondary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.moosi-whatsapp-fab:hover,
.moosi-whatsapp-fab:focus-visible {
  background: var(--moosi-primary-strong);
  color: var(--moosi-secondary-strong) !important;
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  outline: none;
}

.moosi-whatsapp-fab:focus-visible {
  box-shadow: 0 0 0 3px rgba(184, 147, 100, 0.55), 0 6px 20px rgba(0, 0, 0, 0.28);
}

.moosi-whatsapp-fab-icon {
  font-size: 1.85rem;
  line-height: 1;
  color: var(--moosi-secondary);
}

.moosi-whatsapp-fab .fab.fa-whatsapp {
  color: var(--moosi-secondary);
}

.moosi-whatsapp-fab:hover .fab.fa-whatsapp,
.moosi-whatsapp-fab:focus-visible .fab.fa-whatsapp {
  color: var(--moosi-secondary-strong);
}

/* Call: secondary (gold) circle, primary (teal) icon — reversed from WhatsApp */
.moosi-call-fab {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--moosi-secondary);
  border: 1px solid rgba(21, 56, 56, 0.38);
  color: var(--moosi-primary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.moosi-call-fab:hover,
.moosi-call-fab:focus-visible {
  background: var(--moosi-secondary-strong);
  color: var(--moosi-primary-strong) !important;
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  outline: none;
}

.moosi-call-fab:focus-visible {
  box-shadow: 0 0 0 3px rgba(21, 56, 56, 0.35), 0 6px 20px rgba(0, 0, 0, 0.28);
}

.moosi-call-fab-icon {
  font-size: 1.35rem;
  line-height: 1;
  color: var(--moosi-primary);
}

.moosi-call-fab .fa-phone {
  color: var(--moosi-primary);
}

.moosi-call-fab:hover .fa-phone,
.moosi-call-fab:focus-visible .fa-phone {
  color: var(--moosi-primary-strong);
}

@media (max-width: 575px) {
  .moosi-contact-fab-stack {
    right: 1rem;
    bottom: 5.25rem;
    gap: 0.65rem;
  }

  .moosi-whatsapp-fab,
  .moosi-call-fab {
    width: 3.25rem;
    height: 3.25rem;
  }

  .moosi-whatsapp-fab-icon {
    font-size: 1.65rem;
  }

  .moosi-call-fab-icon {
    font-size: 1.2rem;
  }
}

.t-btn-primary {
  color: #ffffff !important;
  background-color: var(--moosi-primary) !important;
  border-color: var(--moosi-primary) !important;
}

.t-btn-primary:hover,
.t-btn-primary:focus-visible {
  color: #ffffff !important;
  background-color: var(--moosi-primary-strong) !important;
  border-color: var(--moosi-primary-strong) !important;
}

.t-btn-primary.bg-active {
  color: #0f1616 !important;
  background-color: var(--moosi-secondary) !important;
  border-color: var(--moosi-secondary) !important;
}

.t-btn-primary.bg-active:hover,
.t-btn-primary.bg-active:focus-visible {
  color: #0f1616 !important;
  background-color: var(--moosi-secondary-strong) !important;
  border-color: var(--moosi-secondary-strong) !important;
}

.t-btn-primary.bordered {
  color: var(--moosi-primary) !important;
  background-color: transparent !important;
  border-color: var(--moosi-primary) !important;
}

.t-btn-primary.bordered:hover,
.t-btn-primary.bordered:focus-visible {
  color: #ffffff !important;
  background-color: var(--moosi-primary) !important;
  border-color: var(--moosi-primary) !important;
}

.t-btn-circle {
  color: var(--moosi-primary) !important;
  border-color: var(--moosi-primary) !important;
}

.t-btn-circle:hover,
.t-btn-circle:focus-visible {
  color: #0f1616 !important;
  background-color: var(--moosi-secondary) !important;
  border-color: var(--moosi-secondary) !important;
}

/* ------------------------------------------------------------------ */
/* Moosi footer — restrained corporate (teal #153838, gold #B89364)   */
/* ------------------------------------------------------------------ */
.body-wrapper .moosi-footer,
.moosi-footer {
  --moosi-teal: #153838;
  --moosi-gold: #b89364;
  --moosi-ft-bg: #0f1616;
  --moosi-ft-line: rgba(184, 147, 100, 0.22);
  --moosi-ft-muted: #a8b5b5;
  --moosi-ft-body: #dce5e5;
  color: var(--moosi-ft-muted) !important;
  background: var(--moosi-ft-bg) !important;
  margin-top: 0;
}

.moosi-footer a {
  color: var(--moosi-ft-body);
  text-decoration: none;
}

.moosi-footer a:hover,
.moosi-footer a:focus-visible {
  color: var(--moosi-gold) !important;
  text-decoration: underline;
}

.moosi-footer strong {
  color: #fff;
  font-weight: 600;
}

.moosi-footer-cta {
  background: var(--moosi-teal) !important;
  border-bottom: 1px solid var(--moosi-ft-line);
}

.moosi-footer-cta-title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #fff !important;
  letter-spacing: -0.02em;
}

.moosi-footer-cta-lead {
  color: rgba(220, 229, 229, 0.88) !important;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 40rem;
}

.moosi-btn-footer-primary {
  background: var(--moosi-gold) !important;
  border-color: var(--moosi-gold) !important;
  color: #0f1616 !important;
  font-weight: 600;
  border-radius: 0.35rem;
}

.moosi-btn-footer-primary:hover,
.moosi-btn-footer-primary:focus-visible {
  background: #c5a570 !important;
  border-color: #c5a570 !important;
  color: #0a0f0f !important;
}

.moosi-btn-footer-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 0.35rem;
}

.moosi-btn-footer-outline:hover,
.moosi-btn-footer-outline:focus-visible {
  border-color: var(--moosi-gold) !important;
  color: var(--moosi-gold) !important;
}

.moosi-footer-main {
  background: var(--moosi-ft-bg) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.moosi-footer-widget {
  height: 100%;
  padding: 1.25rem 1.25rem 1.35rem;
  border-radius: 0.5rem;
  border: 1px solid var(--moosi-ft-line);
  background: rgba(0, 0, 0, 0.2);
}

.moosi-footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moosi-gold) !important;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--moosi-ft-line);
}

.moosi-footer-subheading {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(220, 229, 229, 0.85) !important;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.moosi-footer-text {
  color: var(--moosi-ft-muted) !important;
}

.moosi-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.moosi-footer-list li {
  margin-bottom: 0.4rem;
  line-height: 1.45;
}

.moosi-footer-keywords {
  border-top: 1px solid var(--moosi-ft-line);
}

.moosi-footer-kw-heading {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--moosi-gold) !important;
  margin-bottom: 0.5rem;
}

.moosi-footer-kw-line {
  line-height: 1.65;
  margin-bottom: 0.5rem;
}

.moosi-footer-kw-label {
  display: inline-block;
  min-width: 7.5rem;
  margin-right: 0.35rem;
  font-weight: 700;
  color: rgba(220, 229, 229, 0.95) !important;
}

.moosi-footer-kw-sep {
  color: rgba(220, 229, 229, 0.35);
  user-select: none;
}

.moosi-footer-kw-link {
  color: rgba(220, 229, 229, 0.88) !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.moosi-footer-kw-link:hover {
  color: var(--moosi-gold) !important;
  border-bottom-color: rgba(184, 147, 100, 0.55);
}

.moosi-footer-bottom {
  background: #0a1010 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.moosi-legal-prose {
  max-width: 48rem;
}

.moosi-footer .area-bg {
  display: none !important;
}

/* Homepage — “Our company” strip (below logo marquee); no hairline / pattern texture */
.moosi-our-company {
  text-align: start;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.moosi-our-company::before,
.moosi-our-company::after {
  content: none !important;
}

.moosi-our-company-section-spacing {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.moosi-our-company-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #153838;
  margin-bottom: 0;
  text-align: start;
}

.moosi-our-company-heading {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #0f1616;
  text-align: start;
  max-width: 36rem;
}

.moosi-our-company-heading strong {
  font-weight: 700;
  color: #153838;
}

.moosi-our-company-tagline {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  color: #153838;
  text-align: start;
  max-width: 36rem;
}

.moosi-our-company-body {
  text-align: start;
  max-width: 36rem;
  margin-inline: 0 !important;
  line-height: 1.6;
}

.moosi-our-company-kicker i {
  font-size: 0.95rem;
  opacity: 0.85;
}

.moosi-our-company-img {
  object-fit: cover;
  aspect-ratio: 4 / 5;
  max-height: 520px;
}

.moosi-our-company-list .text {
  line-height: 1.55;
}

.moosi-our-company-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 147, 100, 0.2);
  border: 1px solid rgba(184, 147, 100, 0.45);
  color: #153838;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .moosi-our-company-img {
    max-height: 420px;
  }
}

/* Homepage — hero tech marquee: no theme .section-spacing (was ~70–100px top+bottom) */
.hero-area-4 .brand-area-4-inner.moosi-brand-area-inner-tight {
  padding-top: clamp(0.25rem, 1vw, 0.65rem) !important;
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem) !important;
}

/* Pull tech strip close to hero CTAs (theme .brands-wrapper-box adds ~36–46px top) */
.hero-area-4 .moosi-hero-tech-strip .brands-wrapper-box {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Homepage — how it works (process-area-3): tighter top below marquee */
.process-area-3 .process-area-3-inner.moosi-process-home-inner {
  padding-top: clamp(2rem, 4vw, 3rem) !important;
}

/* Homepage — services text marquee (below hero / our company) */
.text-slider-area-2.moosi-services-marquee {
  padding-top: 0;
  background: #153838;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-waves {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-waves-svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 80px;
  max-height: 130px;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-waves-svg-top {
  top: -10px;
  transform: rotate(180deg);
  opacity: 0.55;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-waves-svg-bottom {
  bottom: -8px;
  opacity: 0.9;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use {
  animation: moosi-river-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax-top > use {
  animation-direction: reverse;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 18s;
}

.text-slider-area-2.moosi-services-marquee .text-slider-box,
.text-slider-area-2.moosi-services-marquee .text-slider {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

.text-slider-area-2.moosi-services-marquee .text-slider {
  padding-top: clamp(0.9rem, 2vw, 1.35rem);
  padding-bottom: clamp(0.9rem, 2vw, 1.35rem);
  background: linear-gradient(180deg, rgba(21, 56, 56, 0.2), rgba(21, 56, 56, 0.22));
  border: 0 !important;
  box-shadow:
    0 -8px 16px rgba(43, 132, 214, 0.2),
    0 10px 20px rgba(8, 34, 66, 0.28);
}

/* Infinite horizontal ticker — all phrases in sequence (CSS marquee, not Swiper) */
.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-slider {
  position: relative;
  z-index: 1;
}

.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-inner {
  overflow: hidden;
  width: 100%;
}

.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: moosi-services-marquee-scroll 95s linear infinite;
}

.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  column-gap: clamp(1.75rem, 3.5vw, 3rem);
  padding-inline: clamp(1.25rem, 3vw, 2.5rem);
}

.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-seg {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(0.7rem, 1.15vw, 0.95rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(9, 28, 50, 0.45);
}

.text-slider-area-2.moosi-services-marquee .moosi-services-marquee-icon {
  color: #b89364 !important;
  margin: 0 0.55em;
  font-size: 0.72em;
  opacity: 0.95;
}

@keyframes moosi-services-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes moosi-river-move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-slider-area-2.moosi-services-marquee .moosi-river-parallax > use {
    animation: none;
  }

  .text-slider-area-2.moosi-services-marquee .moosi-services-marquee-track {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.65rem;
    width: 100%;
    max-width: 100%;
  }

  .text-slider-area-2.moosi-services-marquee .moosi-services-marquee-group:last-child {
    display: none;
  }

  .text-slider-area-2.moosi-services-marquee .moosi-services-marquee-inner {
    overflow: visible;
  }
}

/* Homepage — testimonials (card layout, Moosi brand) */
.moosi-testimonial-area-5 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #f4f7f7 0%, #ffffff 42%, #faf8f5 100%);
}

.moosi-testimonial-area-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #153838 0%, #b89364 42%, #153838 100%);
  opacity: 0.9;
  z-index: 0;
}

.moosi-testimonial-area-5 .testimonial-area-5-inner {
  position: relative;
  z-index: 1;
}

.moosi-testimonial-area-5 .moosi-testimonial-lead {
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #3d4a4a;
}

.moosi-testimonial-area-5 .section-header.moosi-testimonial-section-header {
  align-items: flex-end;
}

.moosi-testimonial-area-5 .moosi-testimonial-nav.slide-nav {
  margin-bottom: 0.25rem;
}

.moosi-testimonial-area-5 .slide-nav-button {
  width: 48px !important;
  height: 48px !important;
  border-color: #153838 !important;
  color: #153838;
  box-shadow: 0 4px 14px rgba(21, 56, 56, 0.08);
}

.moosi-testimonial-area-5 .slide-nav-button:hover {
  background-color: #153838 !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(21, 56, 56, 0.18);
}

.moosi-testimonial-area-5 .testimonial-wrapper-box.moosi-testimonial-wrapper-outer {
  margin-top: clamp(2rem, 5vw, 3.25rem) !important;
}

.moosi-testimonial-area-5 .swiper-slide.moosi-testimonial-slide {
  margin-top: 0 !important;
  height: auto;
  display: flex;
}

.moosi-testimonial-area-5 .swiper-slide.moosi-testimonial-slide.swiper-slide-active {
  transform: translateY(-4px);
}

@media only screen and (max-width: 1199px) {
  .moosi-testimonial-area-5 .swiper-slide.moosi-testimonial-slide.swiper-slide-active {
    transform: none;
  }
}

.moosi-testimonial-card {
  flex: 1;
  display: flex;
  min-width: 0;
}

.moosi-testimonial-card-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 19rem;
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(21, 56, 56, 0.1);
  box-shadow: 0 10px 36px rgba(12, 30, 30, 0.06);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.moosi-testimonial-area-5 .swiper-slide-active .moosi-testimonial-card-inner {
  border-color: rgba(184, 147, 100, 0.42);
  box-shadow: 0 16px 44px rgba(12, 30, 30, 0.1);
}

.moosi-testimonial-card-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.35rem;
}

.moosi-testimonial-quote-mark {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(21, 56, 56, 0.08);
  color: #153838;
  font-size: 1.1rem;
}

.moosi-testimonial-quote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  flex: 1;
}

.moosi-testimonial-quote p {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  color: #1a2424;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .moosi-testimonial-quote p {
    font-size: 1.125rem;
  }
}

.moosi-testimonial-card-foot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-testimonial-stars {
  display: inline-flex;
  gap: 0.28rem;
  margin-top: 0.15rem;
}

.moosi-testimonial-stars i {
  color: #b89364;
  font-size: 0.95rem;
}

.moosi-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.moosi-testimonial-avatar {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, #153838 0%, #1f4d4d 100%);
  border: 2px solid rgba(184, 147, 100, 0.35);
  box-shadow: 0 4px 12px rgba(21, 56, 56, 0.15);
}

.moosi-testimonial-name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #153838;
  line-height: 1.35;
}

.moosi-testimonial-role {
  font-size: 0.875rem;
  color: #5a6565;
  line-height: 1.45;
  margin-top: 0.15rem !important;
}

.moosi-testimonial-disclaimer {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #525355;
  max-width: 48rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 56, 56, 0.08);
  border-radius: 12px;
}

.moosi-testimonial-disclaimer a {
  color: #153838;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.moosi-testimonial-disclaimer a:hover {
  color: #b89364;
}

@media (prefers-reduced-motion: reduce) {
  .moosi-testimonial-card-inner,
  .moosi-testimonial-area-5 .swiper-slide.moosi-testimonial-slide.swiper-slide-active {
    transition: none;
    transform: none !important;
  }
}

/* Homepage — “How we work” cards + delivery accordion: one body type size */
.moosi-process-unified-body .moosi-process-body {
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
  font-weight: 400;
}

@media (max-width: 767px) {
  .moosi-process-unified-body .moosi-process-body {
    font-size: 1.0625rem !important;
  }
}

/* About page — single-column story */
.moosi-about-story .moosi-about-prose {
  max-width: 46rem;
}

.moosi-about-story .moosi-about-prose .text {
  line-height: 1.7;
}

.moosi-about-figure img {
  max-height: min(70vh, 520px);
  width: 100%;
  object-fit: cover;
}

/* ------------------------------------------------------------------ */
/* Locations hub + area pages (Feux-style page-title + process cards) */
/* Moosi brand: primary #153838, accent #B89364 (overrides template lime / BS blue) */
/* ------------------------------------------------------------------ */
body.page-locations .moosi-page-title-locations.page-title-area,
body.page-services .moosi-page-title-services.page-title-area,
body.page-services-pillar .moosi-page-title-services.page-title-area,
body.page-services-404 .moosi-page-title-services.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-locations .page-title-area .breadcrumb li + li:before,
body.page-services .page-title-area .breadcrumb li + li:before,
body.page-services-pillar .page-title-area .breadcrumb li + li:before,
body.page-services-404 .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-locations .page-title-area .breadcrumb li a,
body.page-services .page-title-area .breadcrumb li a,
body.page-services-pillar .page-title-area .breadcrumb li a,
body.page-services-404 .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-locations .page-title-area .breadcrumb li a:hover,
body.page-services .page-title-area .breadcrumb li a:hover,
body.page-services-pillar .page-title-area .breadcrumb li a:hover,
body.page-services-404 .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

.moosi-page-title-inner.page-title-area .moosi-inner-hero-title {
  font-size: clamp(2.25rem, 6.5vw, 4.25rem);
  line-height: 1.08;
  word-break: break-word;
  color: #153838;
}

.moosi-page-title-inner.page-title-area .moosi-inner-hero-subtitle {
  font-size: clamp(1.25rem, 3.5vw, 2.25rem);
  line-height: 1.15;
  color: rgba(21, 56, 56, 0.72);
}

.page-locations-area .moosi-page-title-inner.moosi-page-title-locations.page-title-area .moosi-inner-hero-title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
}

.page-services-pillar .moosi-page-title-inner.moosi-page-title-services.page-title-area .moosi-inner-hero-title,
.page-services-404 .moosi-page-title-inner.moosi-page-title-services.page-title-area .moosi-inner-hero-title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
}

body.page-locations .moosi-locations-process .process-wrapper > .moosi-location-card-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.page-locations .moosi-locations-process .process-wrapper > .moosi-location-card-link:hover .process-box-1,
body.page-locations .moosi-locations-process .process-wrapper > .moosi-location-card-link:focus-visible .process-box-1 {
  border-color: #153838 !important;
}

body.page-locations .moosi-locations-process .process-box-1 {
  border-color: rgba(21, 56, 56, 0.12) !important;
}

body.page-locations .moosi-locations-process .process-box-1:hover {
  border-color: #153838 !important;
}

body.page-locations .moosi-locations-process .process-box-1:hover .number {
  border-color: #153838 !important;
  background-color: #b89364 !important;
  color: #153838 !important;
}

body.page-locations .moosi-locations-process.process-area.page-services .process-box-1:hover .number,
body.page-locations .moosi-locations-process.process-area.page-services .process-box-1 .number {
  background-color: #f4f0ea !important;
}

body.page-locations .moosi-locations-process.process-area.page-services .process-box-1:hover .number {
  background-color: #b89364 !important;
  color: #153838 !important;
  border-color: #153838 !important;
}

body.page-locations .moosi-locations-process .process-box-1 .number {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.14) !important;
}

body.page-locations .moosi-locations-process .process-box-1 .thumb {
  border-color: rgba(21, 56, 56, 0.35) !important;
}

body.page-locations .moosi-locations-process .moosi-location-card-link:hover .process-box-1 .thumb,
body.page-locations .moosi-locations-process .moosi-location-card-link:focus-visible .process-box-1 .thumb {
  border-color: #153838 !important;
}

body.page-locations .moosi-locations-thumb-icon {
  color: #153838 !important;
}

body.page-locations .moosi-location-card-link:hover .moosi-locations-thumb-icon,
body.page-locations .moosi-location-card-link:focus-visible .moosi-locations-thumb-icon {
  color: #b89364 !important;
}

body.page-locations .moosi-locations-process .process-wrapper > .moosi-location-card-link:focus-visible {
  outline: 2px solid #153838;
  outline-offset: 4px;
  border-radius: 12px;
}

body.page-locations .moosi-locations-process .section-subtitle {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.2) !important;
}

body.page-locations .moosi-locations-process .section-title {
  color: #153838 !important;
}

.moosi-locations-area-body .text {
  line-height: 1.7;
}

/* Locations hub — readable hero title (avoid all-caps city names) */
body.page-locations .moosi-page-title-locations .moosi-inner-hero-title,
body.page-locations-area .moosi-page-title-locations .moosi-inner-hero-title {
  text-transform: none;
  letter-spacing: -0.02em;
}

/* Locations hub — intro + tighter grid rhythm */
body.page-locations .moosi-locations-hub-intro {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  max-width: 52rem;
}

body.page-locations .moosi-locations-hub-grid .moosi-locations-process-inner {
  padding-top: 48px !important;
  padding-bottom: 56px !important;
}

@media (max-width: 767px) {
  body.page-locations .moosi-locations-hub-grid .moosi-locations-process-inner {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
}

body.page-locations .moosi-locations-nap--hub {
  padding-top: 2rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-location-card-pillar {
  letter-spacing: 0.02em;
}

body.page-locations .moosi-location-card-surface .content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Location detail — stacked sections + TOC */
body.page-locations-area .moosi-locations-detail {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

body.page-locations-area .moosi-locations-section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(21, 56, 56, 0.08);
}

body.page-locations-area .moosi-locations-section:last-of-type {
  border-bottom: 0;
}

.moosi-locations-toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  padding: 0;
}

.moosi-locations-toc-list a {
  color: #153838;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.moosi-locations-toc-list a:hover,
.moosi-locations-toc-list a:focus-visible {
  color: #b89364;
  text-decoration: underline;
}

body.page-locations-area .moosi-locations-keyfacts li {
  line-height: 1.65;
}

body.page-locations-area .moosi-locations-process-list li {
  line-height: 1.65;
}

body.page-locations-area .moosi-locations-faq-item {
  padding-bottom: 0.25rem;
}

/* Location detail — same content column shell as blog / case studies */
body.page-locations-area .moosi-locations-area-body.blog-area-7 .moosi-locations-detail {
  max-width: 100%;
}

body.page-locations-area .moosi-locations-toc {
  background: #faf8f5;
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

body.page-locations-area .moosi-locations-aside {
  border-color: rgba(21, 56, 56, 0.12) !important;
  background: #faf8f5 !important;
}

body.page-locations-area .moosi-locations-detail--narrow {
  max-width: 42rem;
  margin-inline: auto;
}

body.page-locations-area .moosi-locations-section h2.h4 {
  color: #153838;
  letter-spacing: -0.02em;
}

/* ------------------------------------------------------------------ */
/* Services hub + pillar pages (same card grid pattern as locations)   */
/* ------------------------------------------------------------------ */
body.page-services .moosi-services-process .process-wrapper > .moosi-service-card-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.page-services .moosi-services-process .process-wrapper > .moosi-service-card-link:hover .process-box-1,
body.page-services .moosi-services-process .process-wrapper > .moosi-service-card-link:focus-visible .process-box-1 {
  border-color: #153838 !important;
}

body.page-services .moosi-services-process .process-box-1 {
  border-color: rgba(21, 56, 56, 0.12) !important;
}

body.page-services .moosi-services-process .process-box-1:hover {
  border-color: #153838 !important;
}

body.page-services .moosi-services-process .process-box-1 .number {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.14) !important;
  background-color: #f4f0ea !important;
}

body.page-services .moosi-services-process .process-box-1:hover .number {
  border-color: #153838 !important;
  background-color: #b89364 !important;
  color: #153838 !important;
}

body.page-services .moosi-services-thumb-wrap {
  width: 90px;
  height: 90px;
  padding: 15px;
  border: 1px solid rgba(21, 56, 56, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moosi-services-thumb-wrap--image {
  border-radius: 16px !important;
  overflow: hidden;
  padding: 0 !important;
}

.moosi-services-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 1919px) {
  body.page-services .moosi-services-thumb-wrap {
    width: 70px;
    height: 70px;
  }
}

body.page-services .moosi-service-card-link:hover .moosi-services-thumb-wrap,
body.page-services .moosi-service-card-link:focus-visible .moosi-services-thumb-wrap {
  border-color: #153838 !important;
}

body.page-services .moosi-services-thumb-icon {
  color: #153838 !important;
}

body.page-services .moosi-service-card-link:hover .moosi-services-thumb-icon,
body.page-services .moosi-service-card-link:focus-visible .moosi-services-thumb-icon {
  color: #b89364 !important;
}

body.page-services .moosi-services-process .process-wrapper > .moosi-service-card-link:focus-visible {
  outline: 2px solid #153838;
  outline-offset: 4px;
  border-radius: 12px;
}

body.page-services .moosi-services-process .section-subtitle {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.2) !important;
}

body.page-services .moosi-services-process .section-title {
  color: #153838 !important;
}

.moosi-services-directory-panel {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 18px;
  padding: clamp(1rem, 2vw, 1.6rem);
  background: linear-gradient(165deg, #f9f7f4 0%, #ffffff 62%);
}

.moosi-services-directory-cta {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

.moosi-services-fact {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  background: #fff;
  color: rgba(21, 56, 56, 0.92);
  height: 100%;
}

.moosi-directory-card {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 30, 30, 0.06);
  display: flex;
  flex-direction: column;
}

.moosi-directory-card-media-link {
  display: block;
}

.moosi-directory-card-media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.moosi-directory-card-icon-wrap {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #f7f4ef 0%, #ffffff 75%);
}

.moosi-directory-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.moosi-directory-card h3 a {
  color: #153838;
}

.moosi-directory-card h3 a:hover {
  color: #b89364;
}

.moosi-service-pillar-body .text {
  line-height: 1.7;
}

.moosi-service-pillar-icon {
  flex-shrink: 0;
}

body.page-services-pillar .moosi-services-thumb-icon {
  color: #153838 !important;
}

body.page-services-pillar .moosi-service-pillar-icon {
  width: 120px;
  height: 120px;
}

body.page-services-pillar .moosi-service-pillar-icon.moosi-services-thumb-wrap--image {
  border-radius: 18px !important;
}

.moosi-service-content {
  padding-right: clamp(0rem, 1.2vw, 1rem);
}

.moosi-service-section-card {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 18px;
  padding: 1.2rem;
  background: linear-gradient(165deg, #f9f7f4 0%, #ffffff 62%);
}

.moosi-service-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 1rem;
}

.moosi-service-sidebar-card {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 16px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(12, 30, 30, 0.06);
}

.moosi-service-toc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.moosi-service-toc a {
  color: #153838;
}

.moosi-service-toc a:hover {
  color: #b89364;
}

.moosi-sidebar-mini-card {
  border: 1px solid rgba(21, 56, 56, 0.1);
  border-radius: 14px;
  padding: 0.7rem;
  background: #fff;
}

.moosi-sidebar-mini-image-link {
  display: block;
  margin-bottom: 0.7rem;
}

.moosi-sidebar-mini-image {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 991px) {
  body.page-services-pillar .moosi-service-pillar-icon {
    width: 94px;
    height: 94px;
  }

  .moosi-service-content {
    padding-right: 0;
  }

  .moosi-service-sidebar {
    position: static;
  }
}

.moosi-pillar-card {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 30, 30, 0.06);
}

.moosi-pillar-card-media-link {
  display: block;
}

.moosi-pillar-card-media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.moosi-pillar-card-body {
  padding: 1rem 1rem 1.1rem;
}

.moosi-pillar-card h4 a {
  color: #153838;
}

.moosi-pillar-card h4 a:hover {
  color: #b89364;
}

/* ------------------------------------------------------------------ */
/* About page — inner hero + story layout (brand teal / gold)       */
/* ------------------------------------------------------------------ */
body.page-about .moosi-page-title-about.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-about .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-about .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-about .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

body.page-contact .moosi-page-title-contact.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-contact .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-contact .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-contact .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

body.page-legal .moosi-page-title-legal.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-legal .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-legal .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-legal .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

body.page-pricing .moosi-page-title-pricing.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-pricing .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-pricing .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-pricing .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

.moosi-about-lede-text {
  line-height: 1.65;
}

.moosi-about-keyfacts {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(165deg, #faf8f5 0%, #fff 55%);
}

.moosi-about-keyfacts-title {
  color: #153838;
  letter-spacing: 0.06em;
}

.moosi-about-keyfacts-list {
  padding-left: 1.1rem;
  margin: 0;
  color: rgba(21, 56, 56, 0.88);
}

.moosi-about-keyfacts-list li {
  margin-bottom: 0.55rem;
}

.moosi-about-keyfacts-list li:last-child {
  margin-bottom: 0;
}

.moosi-about-prose-wide {
  max-width: 46rem;
  line-height: 1.7;
}

.moosi-about-page .moosi-about-figure img {
  max-height: min(70vh, 560px);
  width: 100%;
  object-fit: cover;
}

.moosi-about-visual-card {
  color: inherit;
  display: block;
  height: 100%;
}

.moosi-about-visual-card:hover .moosi-about-visual-card-title,
.moosi-about-visual-card:focus-visible .moosi-about-visual-card-title {
  color: #b89364;
}

.moosi-about-visual-card:focus-visible {
  outline: 2px solid #153838;
  outline-offset: 4px;
  border-radius: 0.5rem;
}

.moosi-about-visual-card-img-wrap {
  border: 1px solid rgba(21, 56, 56, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.moosi-about-visual-card:hover .moosi-about-visual-card-img-wrap,
.moosi-about-visual-card:focus-visible .moosi-about-visual-card-img-wrap {
  border-color: rgba(21, 56, 56, 0.28);
  box-shadow: 0 12px 32px rgba(21, 56, 56, 0.08);
}

.moosi-about-process-list {
  max-width: 46rem;
}

.moosi-about-founder-placeholder {
  min-height: 280px;
  border: 1px dashed rgba(21, 56, 56, 0.2);
  background: #faf8f5;
}

.moosi-about-founder-figure img {
  object-fit: cover;
  max-height: min(70vh, 520px);
}

.moosi-about-faq-item {
  border-bottom: 1px solid rgba(21, 56, 56, 0.1);
}

.moosi-about-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.moosi-about-cta .moosi-about-prose-wide {
  max-width: 36rem;
}

/* Compact redesign: About page */
body.page-about .moosi-about-page-compact .section-spacing {
  padding-top: 44px;
  padding-bottom: 44px;
}

body.page-about .moosi-about-page-compact .section-title {
  margin-bottom: 0.8rem;
}

body.page-about .moosi-about-page-compact .text {
  line-height: 1.62;
}

body.page-about .moosi-about-page-compact .moosi-about-keyfacts {
  padding: 1rem 1rem 0.9rem;
}

body.page-about .moosi-about-page-compact .moosi-about-prose-wide,
body.page-about .moosi-about-page-compact .moosi-about-process-list {
  max-width: 54rem;
}

body.page-about .moosi-about-page-compact .moosi-about-founder-figure img {
  max-height: 360px;
  width: 100%;
  object-fit: cover;
}

body.page-about .moosi-about-page-compact .moosi-about-capability-chip {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 12px;
  background: #fff;
  padding: 1rem;
}

body.page-about .moosi-about-page-compact .moosi-about-hero-panel .row {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 16px;
  padding: 1rem;
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b89364;
  margin-bottom: 0.65rem;
}

body.page-about .moosi-about-page-compact .moosi-about-hero-copy {
  padding: 0.4rem 0.2rem;
}

body.page-about .moosi-about-page-compact .moosi-about-hero-founder img {
  max-height: 290px;
  width: 100%;
  object-fit: contain;
  border: 1px solid rgba(21, 56, 56, 0.08);
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-stat-tile {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 10px;
  padding: 0.75rem 0.7rem;
  background: #faf8f5;
  min-height: 84px;
}

body.page-about .moosi-about-page-compact .moosi-about-stat-value {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #153838;
}

body.page-about .moosi-about-page-compact .moosi-about-stat-label {
  font-size: 0.75rem;
  color: rgba(21, 56, 56, 0.78);
  margin-top: 0.22rem;
}

body.page-about .moosi-about-page-compact .moosi-about-zigzag .row {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-media-card img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 1px solid rgba(21, 56, 56, 0.08);
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-team-carousel {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 14px;
  padding: 0.6rem;
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-team-collage {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 14px;
  padding: 0.65rem;
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-collage-tile img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(21, 56, 56, 0.08);
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-team-carousel .carousel-item img {
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #fff;
}

body.page-about .moosi-about-page-compact .moosi-about-team-carousel .carousel-indicators {
  margin-bottom: 0.25rem;
}

body.page-about .moosi-about-page-compact .moosi-about-team-carousel .carousel-indicators [data-bs-target] {
  background-color: #153838;
}

body.page-about .moosi-about-page-compact .moosi-about-faq-item {
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}

/* About redesign: reference-style 5 sections */
body.page-about .moosi-about-style-hero .section-title {
  line-height: 1.1;
}

body.page-about .moosi-about-bubble-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 300px;
  padding: 40px 0;
}

body.page-about .moosi-about-bubble {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

body.page-about .moosi-about-bubble h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: inherit;
}

body.page-about .moosi-about-bubble p {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: inherit;
}

body.page-about .moosi-about-bubble-1 {
  width: 150px;
  height: 150px;
  background: rgba(21, 56, 56, 0.08);
  color: #153838;
}

body.page-about .moosi-about-bubble-2 {
  width: 170px;
  height: 170px;
  background: #153838;
  color: #fff;
}

body.page-about .moosi-about-bubble-3 {
  width: 190px;
  height: 190px;
  background: #B89364;
  color: #fff;
}

body.page-about .moosi-about-bubble-2 h3,
body.page-about .moosi-about-bubble-2 p,
body.page-about .moosi-about-bubble-3 h3,
body.page-about .moosi-about-bubble-3 p {
  color: #fff !important;
}

body.page-about .moosi-about-bubble-4 {
  width: 120px;
  height: 120px;
  background: #fff;
  color: #153838;
}

body.page-about .moosi-about-bubble-2::before,
body.page-about .moosi-about-bubble-3::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 30%, rgba(255, 255, 255, 0.12) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 36% 72%, rgba(255, 255, 255, 0.14) 0 1.8px, transparent 2.8px),
    radial-gradient(circle at 78% 68%, rgba(255, 255, 255, 0.12) 0 1.6px, transparent 2.6px);
  background-size: 120px 120px, 100px 100px, 130px 130px, 110px 110px;
  pointer-events: none;
}

body.page-about .moosi-about-bubble h3,
body.page-about .moosi-about-bubble p {
  position: relative;
  z-index: 1;
}

body.page-about .moosi-about-style-team .text {
  max-width: 50rem;
  margin-inline: auto;
}

body.page-about .moosi-about-wide-team-image img {
  border: 1px solid rgba(21, 56, 56, 0.1);
  max-height: 480px;
  object-fit: cover;
}

body.page-about .moosi-about-team-slider,
body.page-about .moosi-about-founder-personal-slider {
  border: 1px solid rgba(21, 56, 56, 0.16);
  border-radius: 14px;
  padding: 0.45rem;
  background: #fff;
}

body.page-about .moosi-about-team-slider .carousel-item img,
body.page-about .moosi-about-founder-personal-slider .carousel-item img {
  max-height: 520px;
  object-fit: cover;
}

body.page-about .moosi-about-founder-personal-slider .carousel-item img {
  filter: grayscale(100%);
}

body.page-about .moosi-about-team-slider .carousel-item,
body.page-about .moosi-about-founder-personal-slider .carousel-item {
  position: relative;
}

body.page-about .moosi-about-team-slider .carousel-item::after,
body.page-about .moosi-about-founder-personal-slider .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(21, 56, 56, 0.3) 0%,
      rgba(184, 147, 100, 0.18) 48%,
      rgba(21, 56, 56, 0.26) 100%
    );
  mix-blend-mode: multiply;
}

body.page-about .moosi-about-team-slider .carousel-indicators [data-bs-target],
body.page-about .moosi-about-founder-personal-slider .carousel-indicators [data-bs-target] {
  background-color: #153838;
}

body.page-about .moosi-about-style-values {
  background: linear-gradient(180deg, #1c2534 0%, #243247 100%);
}

body.page-about .moosi-about-kicker-dark {
  color: #d6bb91;
}

body.page-about .moosi-value-card {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(21, 56, 56, 0.12);
}

body.page-about .moosi-about-charity-collage img {
  border: 1px solid rgba(21, 56, 56, 0.1);
}

body.page-about .moosi-about-charity-main img {
  max-height: 320px;
  object-fit: cover;
}

body.page-about .moosi-charity-illustration-card {
  border: 1px solid rgba(21, 56, 56, 0.16);
  border-radius: 14px;
  padding: 0.5rem;
  background: #fff;
}

body.page-about .moosi-charity-illustration {
  display: block;
  width: 100%;
  height: auto;
}

body.page-about .moosi-founder-impact--gallery .text {
  max-width: 50rem;
  margin-inline: auto;
}

body.page-about .moosi-founder-impact--story .moosi-about-media-card img {
  max-height: 420px;
  object-fit: contain;
}

body.page-about .moosi-founder-impact--intro .moosi-founder-impact-card {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 18px;
  padding: clamp(1.15rem, 1.6vw, 2.1rem);
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(184, 147, 100, 0.16), transparent 55%),
    radial-gradient(760px 360px at 92% 18%, rgba(21, 56, 56, 0.08), transparent 52%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(21, 56, 56, 0.08);
}

body.page-about .moosi-founder-impact-title {
  font-size: clamp(1.85rem, 1.05rem + 2.4vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
  body.page-about .moosi-about-page-compact .section-spacing {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  body.page-about .moosi-about-page-compact .moosi-about-zigzag .row {
    padding: 0.8rem;
  }
  body.page-about .moosi-about-page-compact .moosi-about-hero-panel .row {
    padding: 0.8rem;
  }
  body.page-about .moosi-about-page-compact .moosi-about-media-card img {
    max-height: none;
  }
  body.page-about .moosi-about-page-compact .moosi-about-hero-founder img {
    max-height: 240px;
  }
  body.page-about .moosi-about-bubble-stats {
    min-height: 0;
    justify-content: flex-start;
    padding: 24px 0;
  }
  body.page-about .moosi-about-bubble-1 {
    width: 120px;
    height: 120px;
  }
  body.page-about .moosi-about-bubble-2 {
    width: 135px;
    height: 135px;
  }
  body.page-about .moosi-about-bubble-3 {
    width: 155px;
    height: 155px;
  }
  body.page-about .moosi-about-bubble-4 {
    width: 105px;
    height: 105px;
  }
  body.page-about .moosi-about-team-slider .carousel-item img,
  body.page-about .moosi-about-founder-personal-slider .carousel-item img {
    max-height: 360px;
  }
  body.page-about .moosi-about-page-compact .moosi-about-team-carousel .carousel-item img {
    max-height: 420px;
  }
}

/* ------------------------------------------------------------------ */
/* Portfolio / case studies / blog hub (placeholder grids)          */
/* ------------------------------------------------------------------ */
body.moosi-page-hub .moosi-page-title-hub.page-title-area {
  border-bottom-color: #153838 !important;
}

body.moosi-page-hub .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.moosi-page-hub .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.moosi-page-hub .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

.moosi-hub-lede {
  max-width: 46rem;
  line-height: 1.7;
}

.moosi-hub-cta-text {
  max-width: 36rem;
}

.moosi-hub-placeholder-card {
  border: 1px solid rgba(21, 56, 56, 0.12);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.moosi-hub-placeholder-card:hover {
  border-color: rgba(21, 56, 56, 0.22);
  box-shadow: 0 14px 36px rgba(21, 56, 56, 0.07);
}

.moosi-hub-placeholder-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f4f0ea 0%, #e8e2d8 45%, #faf8f5 100%);
  border-bottom: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-hub-placeholder-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #153838;
  color: #f4f0ea;
}

.moosi-hub-placeholder-kicker {
  color: #b89364;
  letter-spacing: 0.04em;
}

.moosi-hub-placeholder-title {
  color: #153838;
}

/* Case study hub — visual-first gallery with filters */
.moosi-case-filter-wrap {
  border: 1px solid rgba(21, 56, 56, 0.12);
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

.moosi-case-track-filters {
  min-height: 2.75rem;
}

.moosi-case-filter-btn {
  border: 1px solid rgba(21, 56, 56, 0.25);
  background: #fff;
  color: #153838;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 0.7rem 1rem;
  transition: all 0.2s ease;
}

.moosi-case-filter-btn:hover {
  border-color: #153838;
}

.moosi-case-filter-btn.is-active {
  background: #153838;
  border-color: #153838;
  color: #fff;
}

.moosi-case-select,
.moosi-case-search {
  border-color: rgba(21, 56, 56, 0.2);
}

.moosi-case-select:focus,
.moosi-case-search:focus {
  border-color: rgba(21, 56, 56, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(21, 56, 56, 0.12);
}

.moosi-case-card {
  border-color: rgba(21, 56, 56, 0.14);
}

.moosi-case-card:hover {
  border-color: rgba(21, 56, 56, 0.24);
}

.moosi-case-featured-image {
  position: relative;
  background: #153838;
}

.moosi-case-featured-image::after {
  display: none;
}

/* Blog — Feux blog-details / blog-grid shells (HTML reference) + Moosi accents */
.page-blog-article {
  --moosi-blog-anchor-top: 6.5rem;
}

/* Article hero — cap visual height (Feux theme can read very tall on some assets) */
.page-blog-article .blog-area-7 .blog-details .thumb.main {
  max-height: unset;
}

.page-blog-article .blog-area-7 .blog-details .thumb.main img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .page-blog-article .blog-area-7 .blog-details .thumb.main {
    max-height: unset;
  }

  .page-blog-article .blog-area-7 .blog-details .thumb.main img {
    height: auto;
    max-height: none;
  }
}

.moosi-blog-feux-detail .blog-sidebar .author-info .thumb img.moosi-blog-author-photo {
  width: 100%;
  height: auto;
  max-height: 200px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.moosi-blog-key-takeaways {
  border-radius: 8px;
  border: 1px solid rgba(21, 56, 56, 0.08) !important;
  background: #faf8f5;
  padding: 1.25rem 1.35rem !important;
}

.page-blog-article .blog-area-7 .blog-details .tags-wrapper .tags a:hover,
.page-blog-article .blog-area-7 .blog-details .social-wrapper .social-links a:hover {
  border-color: #153838;
  color: #153838;
}

.page-blog-article .blog-details .moosi-blog-article-prose h2[id],
.page-blog-article .blog-details h3[id],
.page-blog-article .blog-details #blog-faq-h2,
.page-blog-article .blog-details #moosi-article-toc-heading {
  scroll-margin-top: var(--moosi-blog-anchor-top, 6.5rem);
}

.page-blog-article .blog-details .moosi-blog-article-prose h2[id]:target,
.page-blog-article .blog-details h3[id]:target {
  animation: moosi-blog-target-fade 1.1s ease-out;
}

@keyframes moosi-blog-target-fade {
  0% {
    background-color: rgba(184, 147, 100, 0.22);
  }
  100% {
    background-color: transparent;
  }
}

.moosi-blog-toc-top {
  border: 1px solid rgba(21, 56, 56, 0.14);
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 1.15rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

/* Blog long-read body — section rhythm (Feux uses margin-top on .text; padding on headings avoids collapse) */
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose > p.text,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose p.text {
  margin-top: 0 !important;
  margin-bottom: 1.2rem;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose > p.text.mb-0,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose p.text.mb-0 {
  margin-bottom: 0;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h2.h3 {
  margin-top: 0;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
  padding-top: clamp(2.4rem, 5vw, 3.6rem);
  padding-bottom: clamp(0.35rem, 1.2vw, 0.55rem);
  color: #153838;
  font-weight: 600;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h2.h3:first-of-type {
  padding-top: clamp(1.35rem, 3vw, 2.35rem);
}

/* Extra air before a major section after dense blocks (lists / paragraphs) */
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ul.text + h2.h3,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ol.text + h2.h3,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose p.text + h2.h3 {
  padding-top: clamp(2.65rem, 5.5vw, 4rem);
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h3.title.moosi-blog-h3-section {
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 2vw, 1rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(0.3rem, 1vw, 0.5rem);
  color: #153838;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h3.title.moosi-blog-h3-section:first-child {
  padding-top: clamp(1.2rem, 2.5vw, 2rem);
}

/* GEO-style subheads under an h2 — was nearly flush; keep clear separation from parent + body */
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h3.h6,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h3.h4 {
  margin-top: 1.25rem;
  margin-bottom: clamp(0.65rem, 1.8vw, 0.95rem);
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h2.h3 + h3.h6,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose h2.h3 + h3.h4 {
  margin-top: clamp(0.85rem, 2.2vw, 1.35rem);
  margin-bottom: clamp(0.65rem, 1.8vw, 0.95rem);
  padding-top: 0;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose > ul.text,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose > ol.text,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ul.text,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ol.text {
  margin-top: 0;
  margin-bottom: clamp(1.65rem, 3.2vw, 2.35rem);
  padding-bottom: 0.25rem;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ul.text li,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose ol.text li {
  margin-bottom: 0.5rem;
}

.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose > .table-responsive,
.page-blog-article .blog-area-7 .blog-details .moosi-blog-article-prose .table-responsive {
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
}

.page-blog-article .blog-details .moosi-blog-faq-block {
  margin-top: 2.75rem;
  padding-top: 0.35rem;
}

.page-blog-article .blog-details .tags-and-share {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21, 56, 56, 0.1);
}

.page-blog-article .blog-details .details-info.moosi-blog-article-footer-block {
  margin-top: 2rem;
}

.moosi-blog-toc-top-title {
  color: #153838;
  letter-spacing: 0.05em;
}

.moosi-blog-toc-top-list {
  color: rgba(21, 56, 56, 0.9);
}

.moosi-blog-toc-top-link {
  color: #153838;
  text-decoration: none;
}

.moosi-blog-toc-top-link:hover,
.moosi-blog-toc-top-link:focus-visible {
  color: #b89364;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.page-blog-article .blog-details .text,
.page-blog-article .blog-details p,
.page-blog-article .blog-details li {
  line-height: 1.75;
}

.moosi-blog-table caption {
  caption-side: top;
}

.page-blog-article .moosi-page-title-blog-article.moosi-page-title-hub .moosi-inner-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
}

/* Screen-reader-only (Bootstrap utility may be absent in trimmed builds) */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ------------------------------------------------------------------ */
/* Legal pages — prose + inner hero (same pattern as About / Services) */
/* ------------------------------------------------------------------ */
body.page-legal .moosi-legal-page {
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

body.page-legal .moosi-legal-body {
  padding-left: clamp(0.75rem, 2vw, 1.25rem);
  padding-right: clamp(0.75rem, 2vw, 1.25rem);
}

body.page-legal .moosi-legal-doc h2[id],
body.page-legal .moosi-faq-block[id] {
  scroll-margin-top: 5.5rem;
}

body.page-legal .moosi-legal-doc {
  color: rgba(21, 56, 56, 0.92);
}

body.page-legal .moosi-legal-lede {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(184, 147, 100, 0.45);
  background: linear-gradient(135deg, rgba(184, 147, 100, 0.12) 0%, #fff 55%);
  line-height: 1.65;
}

body.page-legal .moosi-legal-h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #153838;
  font-weight: 700;
}

body.page-legal .moosi-legal-doc > header .section-title {
  color: #153838;
}

body.page-legal .moosi-legal-toc {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  background: #faf9f7;
}

body.page-legal .moosi-legal-toc a {
  color: #153838;
  text-decoration: none;
}

body.page-legal .moosi-legal-toc a:hover,
body.page-legal .moosi-legal-toc a:focus-visible {
  color: #b89364;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.page-legal .moosi-legal-address {
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(21, 56, 56, 0.12);
  background: #fff;
}

body.page-legal .moosi-legal-table-wrap {
  border-radius: 12px;
  border: 1px solid rgba(21, 56, 56, 0.12);
  overflow: hidden;
}

body.page-legal .moosi-legal-table {
  margin-bottom: 0;
}

body.page-legal .moosi-legal-table th {
  color: #153838;
  font-weight: 600;
}

body.page-legal .moosi-faq-q {
  font-weight: 600;
  margin-top: 1.25rem;
  color: #153838;
}

body.page-legal .moosi-faq-a {
  margin-bottom: 0.5rem;
  margin-left: 0;
  line-height: 1.65;
}

body.page-legal .moosi-faq-dl .moosi-faq-q:first-child {
  margin-top: 0;
}

body.page-legal .moosi-faq-block:last-of-type {
  margin-bottom: 0 !important;
}

/* Blog index — classic list + sidebar (horizontal thumbnails, no portrait grid crop) */

/* Symmetric gutters + centered main/sidebar block (fixes one-sided padding / optical drift) */
body.moosi-blog-index-page .page-title-area > .container,
body.moosi-blog-index-page .blog-area-7 > .container {
  padding-left: clamp(1rem, 4vw, 2.75rem);
  padding-right: clamp(1rem, 4vw, 2.75rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Feux hero lines used negative offsets; align first line to the padded content edge */
body.moosi-blog-index-page .page-title-area .area-lines .line-1 {
  left: 0;
}

body.moosi-blog-index-page .blog-area-7 .section-content-wrapper {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.moosi-blog-index-page .blog-area-7 .main-content,
body.moosi-blog-index-page .blog-area-7 .blog-sidebar {
  min-width: 0;
}

/* Blog index: theme targets `.blog-area-7 .pagination` only — our pager uses `.moosi-blog-pagination` + explicit rules */
body.moosi-blog-index-page .blog-area-7 .pagination {
  justify-content: center;
  flex-wrap: wrap;
}

/* Blog index — pagination bar (between list & CTA): centered, Feux-aligned controls */
body.moosi-blog-index-page .moosi-blog-pagination-bar {
  margin-top: 2.25rem;
  margin-bottom: 0.5rem;
  padding: 1.1rem 1rem;
  border-top: 1px solid rgba(14, 15, 17, 0.12);
  border-bottom: 1px solid rgba(14, 15, 17, 0.12);
  background: rgba(14, 15, 17, 0.025);
}

body.moosi-blog-index-page nav.moosi-blog-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(6px, 1.5vw, 14px) !important;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__num,
body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__edge {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  color: var(--primary, #0e0f11) !important;
  border: 1px solid var(--primary, #0e0f11) !important;
  border-radius: 10px;
  background: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

@media (min-width: 992px) {
  body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__num,
  body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__edge {
    min-width: 3rem;
    height: 3rem;
    font-size: 1.05rem;
  }
}

body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__edge {
  min-width: 4.25rem;
  padding: 0 1rem;
  font-size: 0.95rem;
}

body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__num:hover,
body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__edge:hover {
  background-color: rgba(14, 15, 17, 0.08) !important;
  border-color: rgba(14, 15, 17, 0.2) !important;
  color: var(--primary, #0e0f11) !important;
}

body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__num--current {
  background-color: var(--moosi-secondary, #b89364) !important;
  border-color: transparent !important;
  color: var(--primary, #0e0f11) !important;
  pointer-events: none;
  cursor: default;
}

body.moosi-blog-index-page nav.moosi-blog-pagination .moosi-blog-pagination__gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: rgba(14, 15, 17, 0.45);
  font-weight: 700;
  font-size: 1rem;
  user-select: none;
  padding: 0 0.1rem;
}

body.moosi-blog-index-page .moosi-hub-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.moosi-blog-index-page .moosi-blog-index-feed {
  max-width: 100%;
}

.moosi-blog-index-page .moosi-blog-index-intro {
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: center;
}

.moosi-blog-index-page .moosi-blog-index-page-title {
  font-weight: 600;
  color: #153838;
}

/* Sidebar “Recent” thumbs on index — contain landscape crops inside small cells */
.moosi-blog-index-page .blog-sidebar-box .blog .thumb {
  height: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 56, 56, 0.06);
}

.moosi-blog-index-page .blog-sidebar-box .blog .thumb img {
  width: 100%;
  height: auto;
  max-height: 5.5rem;
  object-fit: contain;
}

.moosi-blog-index-page .moosi-blog-index-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.moosi-blog-index-page .moosi-blog-index-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.65rem 0;
  border-bottom: 1px solid rgba(14, 15, 17, 0.1);
}

.moosi-blog-index-page .moosi-blog-index-card:first-of-type {
  padding-top: 0;
}

.moosi-blog-index-page .moosi-blog-index-card-media {
  flex: 0 0 clamp(200px, 34vw, 300px);
  max-width: 300px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(21, 56, 56, 0.06);
  line-height: 0;
  align-self: flex-start;
}

.moosi-blog-index-page .moosi-blog-index-card-media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  object-fit: contain;
}

.moosi-blog-index-page .moosi-blog-index-card-body {
  flex: 1;
  min-width: 0;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #153838;
  margin-bottom: 0.35rem;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-date {
  font-size: 0.9375rem;
  color: rgba(14, 15, 17, 0.55);
  display: block;
  margin-bottom: 0.35rem;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-title {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-title a {
  color: inherit;
  text-decoration: none;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-title a:hover {
  color: #153838;
  text-decoration: underline;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-excerpt {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(14, 15, 17, 0.78);
  margin: 0 0 0.85rem;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-read {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #153838;
  text-decoration: none;
}

.moosi-blog-index-page .moosi-blog-index-card-body .moosi-blog-index-read:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .moosi-blog-index-page .moosi-blog-index-card {
    flex-direction: column;
    gap: 1rem;
  }

  .moosi-blog-index-page .moosi-blog-index-card-media {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
}

/* --- Industries hub & vertical guides (icon cards + longform) --- */
body.page-industries .moosi-industry-card-icon,
.moosi-industries-hub .moosi-industry-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 56, 56, 0.08);
  border-radius: 10px;
  min-height: 4.5rem;
}

.moosi-industries-thumb-icon {
  color: #153838;
}

.moosi-industry-article .moosi-industry-longform {
  max-width: 48rem;
}

.moosi-industry-article .moosi-industries-section h2 {
  color: #153838;
}

.moosi-industry-article .moosi-industries-section .text,
.moosi-industry-article .moosi-industries-section li {
  line-height: 1.65;
}

.moosi-industry-article .moosi-industries-section a {
  font-weight: 600;
}

body.page-industries .blog-area-7 .section-content-wrapper,
body.page-industries.moosi-industries-detail .blog-area-7 .section-content-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Industries hub + detail + 404: same hero + process treatment as locations (was missing → template lime) */
body.page-industries .moosi-page-title-locations.page-title-area,
body.page-industries-detail .moosi-page-title-locations.page-title-area,
body.page-industries-404 .moosi-page-title-locations.page-title-area {
  border-bottom-color: #153838 !important;
}

body.page-industries .page-title-area .breadcrumb li + li:before,
body.page-industries-detail .page-title-area .breadcrumb li + li:before,
body.page-industries-404 .page-title-area .breadcrumb li + li:before {
  color: rgba(21, 56, 56, 0.35) !important;
}

body.page-industries .page-title-area .breadcrumb li a,
body.page-industries-detail .page-title-area .breadcrumb li a,
body.page-industries-404 .page-title-area .breadcrumb li a {
  color: rgba(21, 56, 56, 0.5) !important;
}

body.page-industries .page-title-area .breadcrumb li a:hover,
body.page-industries-detail .page-title-area .breadcrumb li a:hover,
body.page-industries-404 .page-title-area .breadcrumb li a:hover {
  color: #b89364 !important;
}

body.page-industries .moosi-page-title-locations .moosi-inner-hero-title,
body.page-industries-detail .moosi-page-title-locations .moosi-inner-hero-title {
  text-transform: none;
  letter-spacing: -0.02em;
}

body.page-industries .moosi-locations-process .process-wrapper > .moosi-location-card-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.page-industries .moosi-locations-process .process-wrapper > .moosi-location-card-link:hover .process-box-1,
body.page-industries .moosi-locations-process .process-wrapper > .moosi-location-card-link:focus-visible .process-box-1 {
  border-color: #153838 !important;
}

body.page-industries .moosi-locations-process .process-box-1 {
  border-color: rgba(21, 56, 56, 0.12) !important;
}

body.page-industries .moosi-locations-process .process-box-1:hover {
  border-color: #153838 !important;
}

body.page-industries .moosi-locations-process .process-box-1:hover .number {
  border-color: #153838 !important;
  background-color: #b89364 !important;
  color: #153838 !important;
}

body.page-industries .moosi-locations-process.process-area.page-services .process-box-1:hover .number,
body.page-industries .moosi-locations-process.process-area.page-services .process-box-1 .number {
  background-color: #f4f0ea !important;
}

body.page-industries .moosi-locations-process.process-area.page-services .process-box-1:hover .number {
  background-color: #b89364 !important;
  color: #153838 !important;
  border-color: #153838 !important;
}

body.page-industries .moosi-locations-process .process-box-1 .number {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.14) !important;
}

body.page-industries .moosi-locations-process .process-box-1 .thumb {
  border-color: rgba(21, 56, 56, 0.35) !important;
}

body.page-industries .moosi-locations-process .moosi-location-card-link:hover .process-box-1 .thumb,
body.page-industries .moosi-locations-process .moosi-location-card-link:focus-visible .process-box-1 .thumb {
  border-color: #153838 !important;
}

body.page-industries .moosi-locations-thumb-icon,
body.page-industries .moosi-industries-thumb-icon {
  color: #153838 !important;
}

body.page-industries .moosi-location-card-link:hover .moosi-locations-thumb-icon,
body.page-industries .moosi-location-card-link:focus-visible .moosi-locations-thumb-icon,
body.page-industries .moosi-location-card-link:hover .moosi-industries-thumb-icon,
body.page-industries .moosi-location-card-link:focus-visible .moosi-industries-thumb-icon {
  color: #b89364 !important;
}

body.page-industries .moosi-locations-process .process-wrapper > .moosi-location-card-link:focus-visible {
  outline: 2px solid #153838;
  outline-offset: 4px;
  border-radius: 12px;
}

body.page-industries .moosi-locations-process .section-subtitle {
  color: #153838 !important;
  border-color: rgba(21, 56, 56, 0.2) !important;
}

body.page-industries .moosi-locations-process .section-title {
  color: #153838 !important;
}

body.page-industries .moosi-industries-hub-grid .moosi-locations-process-inner {
  padding-top: 48px !important;
  padding-bottom: 56px !important;
}

@media (max-width: 767px) {
  body.page-industries .moosi-industries-hub-grid .moosi-locations-process-inner {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
}

body.page-industries .moosi-locations-nap--hub {
  padding-top: 2rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(21, 56, 56, 0.08);
}

body.page-industries .moosi-location-card-surface .content,
body.page-industries .moosi-industry-card-surface .content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

body.page-industries-detail .blog-area-7 .blog-details .quote-text {
  background-color: #f4f0ea;
  box-shadow: 0px -10px 0px #b89364;
}

/* --- Pricing hub & calculator --- */
.page-pricing .moosi-pricing-lede {
  font-size: 1.05rem;
  line-height: 1.65;
}

.moosi-pricing-form .form-label {
  color: #153838;
}

.moosi-pricing-form .form-check-input:focus {
  border-color: rgba(21, 56, 56, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(21, 56, 56, 0.15);
}

.moosi-pricing-total {
  color: #153838;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.moosi-pricing-breakdown th,
.moosi-pricing-breakdown td {
  vertical-align: middle;
}

.moosi-pricing-breakdown tbody tr:last-child th,
.moosi-pricing-breakdown tbody tr:last-child td {
  color: #153838;
  border-bottom-width: 0;
}

.moosi-pricing-service-links {
  padding-left: 1.25rem;
}

.moosi-pricing-service-links a {
  color: #153838;
  font-weight: 600;
}

.moosi-pricing-service-links a:hover {
  color: #b89364;
}

.moosi-pricing-faq-dl .moosi-pricing-faq-q {
  color: #153838;
}

.moosi-pricing-field-hidden[hidden] {
  display: none !important;
}

.moosi-pricing-addons[hidden] {
  display: none !important;
}

/* ------------------------------------------------------------------ */
/* Homepage — tech stack, ecosystems, industries, CTAs              */
/* ------------------------------------------------------------------ */
.moosi-home-tech-lede,
.moosi-home-diff-lede,
.moosi-home-industries-lede,
.moosi-home-ecosystem-lede {
  max-width: 46rem;
}

.moosi-home-tech-grid,
.moosi-home-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 576px) {
  .moosi-home-tech-grid,
  .moosi-home-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .moosi-home-tech-grid,
  .moosi-home-industry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
  }
}

.moosi-home-tech-cell,
.moosi-home-industry-cell {
  min-height: 100%;
}

.moosi-home-tech-card,
.moosi-home-industry-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 16px;
  padding: 1.25rem 1.15rem 1.2rem;
  background: linear-gradient(165deg, #faf8f5 0%, #fff 55%);
  box-shadow: 0 10px 28px rgba(21, 56, 56, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.moosi-home-tech-card:hover,
.moosi-home-industry-card-link:hover .moosi-home-industry-card {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(21, 56, 56, 0.1);
  border-color: rgba(184, 147, 100, 0.45);
}

.moosi-home-industry-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.moosi-home-industry-card-link:focus-visible {
  outline: 2px solid rgba(21, 56, 56, 0.45);
  outline-offset: 3px;
  border-radius: 18px;
}

.moosi-home-tech-icon,
.moosi-home-industry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  margin-bottom: 0.85rem;
  font-size: 1.65rem;
  color: #153838;
  background: linear-gradient(145deg, rgba(184, 147, 100, 0.2) 0%, rgba(21, 56, 56, 0.08) 100%);
}

.moosi-home-tech-name,
.moosi-home-industry-name {
  color: #153838;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.moosi-home-tech-blurb,
.moosi-home-industry-blurb {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(21, 56, 56, 0.78);
}

.moosi-home-tech-more {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 0.5rem;
}

.moosi-home-tech-pillar-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #b89364;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 147, 100, 0.45);
}

.moosi-home-tech-pillar-link:hover {
  color: #153838;
  border-bottom-color: rgba(21, 56, 56, 0.35);
}

@media (min-width: 768px) {
  .moosi-home-tech-blurb {
    min-height: 6.75rem;
  }
}

@media (min-width: 992px) {
  .moosi-home-tech-blurb {
    min-height: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .moosi-home-tech-blurb {
    min-height: 8rem;
  }
}

.moosi-home-industry-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #153838;
}

.moosi-home-industry-card-link:hover .moosi-home-industry-cta {
  color: #b89364;
}

@media (min-width: 768px) {
  .moosi-home-industry-blurb {
    min-height: 4.5rem;
  }
}

@media (min-width: 992px) {
  .moosi-home-industry-blurb {
    min-height: 4.75rem;
  }
}

@media (min-width: 1200px) {
  .moosi-home-industry-blurb {
    min-height: 5rem;
  }
}

.moosi-home-industry-cta .fa-arrow-right {
  transition: transform 0.2s ease;
}

.moosi-home-industry-card-link:hover .moosi-home-industry-cta .fa-arrow-right {
  transform: translateX(4px);
}

.moosi-home-tech-foot {
  font-size: 0.92rem;
  color: rgba(21, 56, 56, 0.78);
  max-width: 48rem;
}

.moosi-home-tech-foot a {
  color: #153838;
  font-weight: 600;
}

.moosi-home-ecosystem {
  background: linear-gradient(165deg, #f4f1ec 0%, #faf8f5 40%, #f0ebe3 100%);
  border-block: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-home-ecosystem-intro .section-subtitle {
  color: #153838;
  border-color: rgba(21, 56, 56, 0.22);
}

.moosi-home-ecosystem .moosi-home-ecosystem-lede {
  max-width: 52rem;
}

.moosi-home-ecosystem-intro .section-title {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .moosi-home-ecosystem-intro .section-title {
    margin-bottom: 1.15rem;
  }
}

.moosi-home-ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 576px) {
  .moosi-home-ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .moosi-home-ecosystem-grid {
    gap: 1.25rem;
  }
}

.moosi-home-ecosystem-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  padding: 1.4rem 1.35rem 1.35rem;
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
  border: 1px solid rgba(21, 56, 56, 0.11);
  box-shadow: 0 10px 28px rgba(21, 56, 56, 0.06);
  border-top: 3px solid var(--moosi-eco-accent, #153838);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.moosi-home-ecosystem-card:hover {
  border-color: rgba(184, 147, 100, 0.42);
  box-shadow: 0 16px 40px rgba(21, 56, 56, 0.1);
  transform: translateY(-2px);
}

.moosi-home-ecosystem-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.moosi-home-ecosystem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  font-size: 1.5rem;
  color: var(--moosi-eco-accent, #153838);
  background: linear-gradient(145deg, rgba(184, 147, 100, 0.22) 0%, rgba(21, 56, 56, 0.08) 100%);
  border: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-home-ecosystem-title {
  color: #153838;
  font-weight: 700;
  line-height: 1.3;
}

.moosi-home-ecosystem-body {
  flex: 1 1 auto;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(21, 56, 56, 0.84);
}

.moosi-home-ecosystem-linkwrap {
  flex-shrink: 0;
}

.moosi-home-ecosystem-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #153838;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 147, 100, 0.55);
}

.moosi-home-ecosystem-link:hover {
  color: #b89364;
  border-bottom-color: rgba(184, 147, 100, 0.85);
}

.moosi-home-diff-lede {
  max-width: 40rem;
}

.moosi-home-diff-card {
  border: 1px solid rgba(21, 56, 56, 0.11);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.3rem;
  background: #fff;
  box-shadow: 0 8px 26px rgba(21, 56, 56, 0.04);
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.moosi-home-diff-card:hover {
  border-color: rgba(184, 147, 100, 0.4);
  box-shadow: 0 14px 36px rgba(21, 56, 56, 0.08);
}

.moosi-home-diff-icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  color: #b89364;
  background: rgba(21, 56, 56, 0.06);
}

.moosi-home-diff-title {
  color: #153838;
  margin-bottom: 0.45rem;
}

.moosi-home-diff-text {
  font-size: 0.94rem;
  line-height: 1.58;
  color: rgba(21, 56, 56, 0.82);
}

.moosi-home-diff-text a {
  color: #153838;
  font-weight: 600;
}

.moosi-home-mid-cta.section-spacing {
  padding-block: 2.5rem;
}

@media (min-width: 992px) {
  .moosi-home-mid-cta.section-spacing {
    padding-block: 3rem;
  }
}

.moosi-home-mid-cta-inner {
  border-radius: 20px;
  padding: 2rem 1.75rem;
  background: linear-gradient(120deg, #0d2424 0%, #153838 42%, #1f4a4a 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(21, 56, 56, 0.25);
  border: 1px solid rgba(184, 147, 100, 0.25);
}

@media (min-width: 992px) {
  .moosi-home-mid-cta-inner {
    padding: 2.35rem 2.5rem;
  }
}

.moosi-home-mid-cta-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.moosi-home-mid-cta-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.6;
}

.moosi-home-mid-cta-phone a {
  color: #e8d4b8;
  font-weight: 700;
  text-decoration: none;
}

.moosi-home-mid-cta-phone a:hover {
  text-decoration: underline;
  color: #fff;
}

.moosi-home-local-card {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
  box-shadow: 0 14px 40px rgba(21, 56, 56, 0.07);
}

@media (min-width: 992px) {
  .moosi-home-local-card {
    padding: 2.25rem 2rem;
  }
}

.moosi-home-local-bullets {
  padding-left: 1.2rem;
  margin: 0;
  color: rgba(21, 56, 56, 0.88);
  line-height: 1.65;
}

.moosi-home-local-bullets li {
  margin-bottom: 0.5rem;
}

.moosi-home-local-bullets a {
  color: #153838;
  font-weight: 600;
}

.moosi-home-local-lead {
  max-width: 48rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.moosi-home-local-lead a {
  color: #153838;
  font-weight: 600;
}

.moosi-home-local-pillar {
  border: 1px solid rgba(21, 56, 56, 0.12);
  border-radius: 16px;
  padding: 1.15rem 1.2rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 56, 56, 0.05);
}

.moosi-home-local-pillar-title {
  color: #153838;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.moosi-home-local-pillar .text a {
  color: #153838;
  font-weight: 600;
}

.moosi-home-local-aside-wide {
  padding: 1.5rem 1.35rem;
}

.moosi-home-local-aside {
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  background: #153838;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(184, 147, 100, 0.35);
}

.moosi-home-local-aside-title {
  color: #e8d4b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.moosi-home-local-aside-list li {
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.moosi-home-local-aside-list li:last-child {
  margin-bottom: 0;
}

.moosi-home-local-aside-list a {
  color: #fff;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Homepage — services grid (6 pillars, image + summary)            */
/* ------------------------------------------------------------------ */
.moosi-home-services {
  background: linear-gradient(180deg, #f4f1ec 0%, #faf8f5 35%, #fff 100%);
  border-block: 1px solid rgba(21, 56, 56, 0.07);
}

.moosi-home-services .section-subtitle {
  color: #153838;
  border-color: rgba(21, 56, 56, 0.22);
}

.moosi-home-services .section-title {
  color: #0f1616;
}

.moosi-home-services-intro {
  position: relative;
  padding-inline-start: 1.25rem;
}

.moosi-home-services-intro::before {
  content: "";
  position: absolute;
  inset-block: 0.15rem 0;
  inset-inline-start: 0;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #153838 0%, rgba(184, 147, 100, 0.95) 100%);
}

.moosi-home-services-heading {
  text-wrap: balance;
  letter-spacing: -0.02em;
  line-height: 1.14;
  margin-bottom: 1.1rem;
}

.moosi-home-services-heading .moosi-home-services-h2-em {
  font-weight: 700;
  color: #153838;
}

.moosi-home-services-heading .moosi-home-services-h2-soft {
  font-weight: 500;
  color: rgba(15, 22, 22, 0.92);
}

.moosi-home-services-lede {
  max-width: 46rem;
  font-size: 1.0625rem;
  line-height: 1.68;
  color: rgba(21, 56, 56, 0.88);
}

.moosi-home-services-lede-highlight {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #0f1616;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .moosi-home-services-lede {
    font-size: 1.125rem;
  }

  .moosi-home-services-lede-highlight {
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
  }
}

.moosi-home-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(21, 56, 56, 0.1);
  box-shadow: 0 12px 36px rgba(21, 56, 56, 0.07);
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.moosi-home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(21, 56, 56, 0.12);
  border-color: rgba(184, 147, 100, 0.45);
}

.moosi-home-service-card:focus-visible {
  outline: 3px solid rgba(184, 147, 100, 0.65);
  outline-offset: 3px;
}

.moosi-home-service-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e8e4dc 0%, #d4cfc4 100%);
  overflow: hidden;
}

.moosi-home-service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.moosi-home-service-card:hover .moosi-home-service-img {
  transform: scale(1.04);
}

.moosi-home-service-icon-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #153838;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 56, 56, 0.1);
  box-shadow: 0 6px 18px rgba(21, 56, 56, 0.12);
}

.moosi-home-service-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 1.35rem;
  text-align: left;
}

.moosi-home-service-title {
  color: #153838;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
  line-height: 1.25;
}

.moosi-home-service-card:hover .moosi-home-service-title {
  color: #0f2a2a;
}

.moosi-home-service-desc {
  font-size: 0.9375rem;
  line-height: 1.58;
  color: rgba(21, 56, 56, 0.82);
  flex: 1 1 auto;
}

.moosi-home-service-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #153838;
}

.moosi-home-service-card:hover .moosi-home-service-cta {
  color: #b89364;
}

.moosi-home-service-cta .fa-arrow-up-right {
  transition: transform 0.2s ease;
}

.moosi-home-service-card:hover .moosi-home-service-cta .fa-arrow-up-right {
  transform: translate(2px, -2px);
}

/* ------------------------------------------------------------------ */
/* Homepage — key facts (icon strip, uniform type)                  */
/* ------------------------------------------------------------------ */
.moosi-home-key-facts .moosi-key-facts-row {
  align-items: stretch;
}

.moosi-key-fact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem 1.35rem 1.4rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 56, 56, 0.12);
  box-shadow: 0 10px 28px rgba(21, 56, 56, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.moosi-key-fact-card:hover {
  border-color: rgba(184, 147, 100, 0.4);
  box-shadow: 0 14px 36px rgba(21, 56, 56, 0.1);
}

.moosi-key-fact-icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  margin-bottom: 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 56, 56, 0.07);
  border: 1px solid rgba(21, 56, 56, 0.1);
  color: #153838;
}

.moosi-key-fact-icon-glyph {
  font-size: 1.25rem;
  line-height: 1;
  width: 1.25rem;
  text-align: center;
}

.moosi-key-fact-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #153838;
  margin: 0 0 0.65rem;
  line-height: 1.3;
  display: inline-block;
  align-self: flex-start;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(21, 56, 56, 0.06);
  border: 1px solid rgba(21, 56, 56, 0.1);
}

.moosi-key-fact-text {
  font-size: 0.9375rem;
  line-height: 1.58;
  color: rgba(21, 56, 56, 0.88);
}

.moosi-key-fact-text strong {
  color: #0f1616;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Location area pages — Feux blog shell: main column + blog-sidebar   */
/* (body was page-locations-area only; theme two-column rules target   */
/*  .page-blog-article, so we anchor layout on #main-content.)          */
/* ------------------------------------------------------------------ */
#main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .section-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .main-content,
#main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .blog-sidebar {
  min-width: 0;
}

#main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .main-content {
  flex: 1 1 0;
}

#main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .blog-sidebar {
  flex: 0 0 min(100%, 360px);
  max-width: 360px;
}

@media (max-width: 991.98px) {
  #main-content.moosi-blog-article-page.moosi-locations-area .blog-area-7 .blog-sidebar {
    flex: 1 1 100%;
    max-width: none;
  }
}

body.page-locations-area #main-content.moosi-blog-article-page .blog-details .moosi-locations-toc a,
body.page-locations-area #main-content.moosi-blog-article-page .blog-details .moosi-locations-section a {
  color: #153838;
}

body.page-locations-area #main-content.moosi-blog-article-page .blog-details .moosi-locations-section h2[id],
body.page-locations-area #main-content.moosi-blog-article-page .blog-details .moosi-locations-toc {
  scroll-margin-top: 6rem;
}

#main-content.moosi-blog-article-page.moosi-locations-area .blog-sidebar-box .blog .thumb img {
  object-fit: contain;
  max-height: 4.5rem;
}

/* ------------------------------------------------------------------ */
/* Homepage FAQ — Moosi primary (#153838) + accent (#b89364), not BS blue */
/* ------------------------------------------------------------------ */
body.body-ai-agency .moosi-home-faq .section-title {
  color: #153838;
}

body.body-ai-agency .moosi-home-faq .moosi-home-faq-lede {
  color: rgba(21, 56, 56, 0.88);
}

body.body-ai-agency .moosi-home-faq .moosi-home-faq-lede a,
body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-body a {
  color: #153838;
  font-weight: 600;
  text-decoration: none;
}

body.body-ai-agency .moosi-home-faq .moosi-home-faq-lede a:hover,
body.body-ai-agency .moosi-home-faq .moosi-home-faq-lede a:focus-visible,
body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-body a:hover,
body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-body a:focus-visible {
  color: #b89364;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.body-ai-agency .moosi-home-faq .moosi-home-faq-accordion {
  border-color: rgba(21, 56, 56, 0.14) !important;
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-item {
  background-color: #fff;
  border-color: rgba(21, 56, 56, 0.12);
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-button {
  color: #153838;
  background-color: #faf8f5;
  font-weight: 600;
  box-shadow: none;
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-button:hover {
  background-color: rgba(184, 147, 100, 0.1);
  color: #153838;
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-button:focus {
  border-color: rgba(184, 147, 100, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(21, 56, 56, 0.12);
  z-index: 2;
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-button:not(.collapsed) {
  color: #153838;
  background-color: rgba(184, 147, 100, 0.16);
  box-shadow: inset 0 -1px 0 rgba(21, 56, 56, 0.08);
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23153838'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body.body-ai-agency .moosi-home-faq #moosiHomeFaq .accordion-body {
  background-color: #fff;
  color: rgba(21, 56, 56, 0.9);
  line-height: 1.65;
}

/* ------------------------------------------------------------------ */
/* Homepage keyword links — panel + chip grid (below FAQ) */
/* Scoped to .moosi-home-keyword-links so layout works regardless of body theme class */
/* ------------------------------------------------------------------ */
.moosi-home-keyword-links-panel {
  position: relative;
  border-radius: 1.125rem;
  border: 1px solid rgba(21, 56, 56, 0.1);
  background: linear-gradient(165deg, #ffffff 0%, #faf8f5 55%, #f4f1eb 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 48px rgba(21, 56, 56, 0.07);
  overflow: hidden;
}

.moosi-home-keyword-links-panel-accent {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #153838 0%, #1f4d4d 18%, #b89364 50%, #1f4d4d 82%, #153838 100%);
}

.moosi-home-keyword-links-panel-body {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.15rem, 3vw, 2.25rem) clamp(1.35rem, 3vw, 2.15rem);
}

.moosi-home-keyword-links-intro {
  margin-bottom: clamp(1.15rem, 2.5vw, 1.75rem);
  padding-bottom: clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid rgba(21, 56, 56, 0.08);
}

.moosi-home-keyword-links-title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: #153838;
  letter-spacing: -0.02em;
  line-height: 1.22;
  margin: 0 0 0.65rem;
}

.moosi-home-keyword-links-lede {
  color: rgba(21, 56, 56, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 40rem;
}

.moosi-home-keyword-links-cta {
  margin-top: 0.25rem;
}

@media (max-width: 991.98px) {
  .moosi-home-keyword-links-cta {
    width: 100%;
    text-align: center;
  }
}

.moosi-home-keyword-links-chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 480px) {
  .moosi-home-keyword-links-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .moosi-home-keyword-links-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.moosi-home-keyword-links-chip-cell {
  margin: 0;
  min-width: 0;
}

.moosi-home-keyword-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  min-height: 3rem;
  padding: 0.55rem 1rem 0.55rem 1.1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(21, 56, 56, 0.11);
  background: rgba(255, 255, 255, 0.92);
  color: #153838;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(21, 56, 56, 0.04);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.moosi-home-keyword-chip:hover {
  border-color: rgba(184, 147, 100, 0.65);
  background: #fff;
  color: #0f2a2a;
  box-shadow: 0 6px 20px rgba(21, 56, 56, 0.08);
  transform: translateY(-1px);
}

.moosi-home-keyword-chip:focus-visible {
  outline: 2px solid #b89364;
  outline-offset: 2px;
  border-color: rgba(184, 147, 100, 0.8);
}

.moosi-home-keyword-chip-text {
  flex: 1 1 auto;
  min-width: 0;
  text-wrap: balance;
}

.moosi-home-keyword-chip::after {
  content: "\2192";
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(184, 147, 100, 0.85);
  line-height: 1;
  opacity: 0.75;
  transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
}

.moosi-home-keyword-chip:hover::after,
.moosi-home-keyword-chip:focus-visible::after {
  transform: translateX(3px);
  opacity: 1;
  color: #b89364;
}

@media (prefers-reduced-motion: reduce) {
  .moosi-home-keyword-chip,
  .moosi-home-keyword-chip::after {
    transition: none;
  }

  .moosi-home-keyword-chip:hover {
    transform: none;
  }

  .moosi-home-keyword-chip:hover::after,
  .moosi-home-keyword-chip:focus-visible::after {
    transform: none;
  }
}

/* Optional GTM / Consent Mode banner ([includes/analytics-consent.php]) */
.moosi-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  background: rgba(21, 56, 56, 0.97);
  color: #faf8f5;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
}

.moosi-cookie-banner .moosi-cookie-banner-inner {
  max-width: 1140px;
}

.moosi-cookie-banner .text-muted {
  color: rgba(250, 248, 245, 0.82) !important;
}

body.moosi-cookie-banner-open {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  body.moosi-cookie-banner-open .moosi-contact-fab-stack {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}
