/* Figma Make — Redesign Creative Agency Homepage
   Colors: #0A0A0A + #003DFF | Type: Space Grotesk + Sora */

html,
body.marketechts-site {
  overflow-x: hidden;
  max-width: 100%;
}

.marketechts-site .site-header,
.site-header,
header#site-header,
header.mkt-chrome {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 1000;
  display: block !important;
  background: #0a0a0a !important;
  border-bottom: 1px solid transparent !important;
  padding: 0 !important;
  inset-inline: 0 !important;
  box-sizing: border-box !important;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.site-header.scrolled,
.site-header.is-stuck,
header.mkt-chrome.is-stuck {
  background: rgba(10,10,10,0.92) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(244,244,244,0.16) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
header#site-header .header-inner,
.mkt-chrome .header-inner,
.site-header .header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  height: 108px;
  gap: 2.5rem;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 36px !important;
  box-sizing: border-box !important;
  flex: 1 1 auto !important;
  transition: height 0.4s ease;
}
.site-header.is-stuck .header-inner,
.site-header.scrolled .header-inner {
  height: 76px;
}
.site-logo {
  display: flex; align-items: center; flex-shrink: 0;
  text-decoration: none;
  min-width: 0;
}
header#site-header .site-logo img,
.mkt-chrome .site-logo img,
.site-logo img {
  display: block;
  height: 72px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  transition: height 0.4s ease;
}
.site-header.is-stuck .site-logo img,
.site-header.scrolled .site-logo img {
  height: 52px !important;
}
.nav-list { display: flex; align-items: center; gap: 48px; list-style: none; margin: 0; padding: 0; }
header#site-header .nav-list a,
.mkt-chrome .nav-list a,
.nav-list a {
  position: relative;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  letter-spacing: -0.02em;
  color: rgba(244,244,244,0.72);
  text-transform: none !important;
  padding-bottom: 3px;
  transition: color 0.2s;
}
.nav-list a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  height: 2px; width: 0; background: #003dff; transition: width 0.25s ease;
}
.nav-list a:hover, .nav-list .current a { color: #f4f4f4; }
.nav-list a:hover::after, .nav-list .current a::after { width: 100%; }
.header-cta .btn-primary {
  padding: 16px 28px; font-size: 15px; font-weight: 700;
}
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 1002; }
.hamburger-line { display: block; width: 22px; height: 2px; background: #f4f4f4; transition: 0.3s; }
.hamburger.active .hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger.active .hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
a.fm-project, a.fm-service { text-decoration: none; color: inherit; display: grid; }
a, a:visited { color: inherit; }
body.marketechts-site,
body.elementor-page-9,
.elementor-page-9 .elementor {
  background: #0a0a0a !important;
}
.elementor-widget-html .elementor-widget-container { padding: 0 !important; }
.page-home .elementor-section { margin: 0 !important; }
.mobile-nav {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0; bottom: 0;
  background: #0a0a0a;
  z-index: 999;
  padding: 28px 24px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.open { display: flex; flex-direction: column; justify-content: flex-start; gap: 28px; }
.mobile-nav-list { display: flex; flex-direction: column; gap: 8px; list-style: none; margin: 0; padding: 0; }
.mobile-nav-list li { border: none; }
.mobile-nav-list a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 700; color: #f4f4f4;
  letter-spacing: -0.03em; line-height: 1.15;
  border: none; padding: 10px 0;
  text-decoration: none;
  display: block;
}
.mobile-nav-list .mobile-cta { padding-top: 20px; }
.mobile-nav-list .mobile-cta a {
  display: inline-flex; font-size: 14px; line-height: 1; padding: 14px 22px;
}

/* Buttons */
.btn-primary, .mkt-btn-gold {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 28px;
  background: #003dff; color: #f4f4f4;
  border: 2px solid #003dff; text-decoration: none;
  border-radius: 0; transition: background 0.2s, color 0.2s;
}
.btn-primary:hover, .mkt-btn-gold:hover { background: transparent; color: #003dff; }
.btn-outline, .mkt-btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 28px;
  background: transparent; color: #f4f4f4;
  border: 2px solid rgba(244,244,244,0.25); text-decoration: none;
  border-radius: 0; transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover, .mkt-btn-ghost:hover { border-color: #003dff; color: #003dff; }

/* Homepage layout */
.fm-pad { max-width: 1500px; margin: 0 auto; padding: 0 48px; box-sizing: border-box; }
.fm-rule { height: 1px; background: rgba(0,61,255,0.25); width: 100%; }
.fm-label {
  font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: #003dff;
}
.fm-hero {
  position: relative;
  min-height: 97vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 120px 48px 64px; box-sizing: border-box; background: #0a0a0a;
  overflow: hidden;
}
.fm-hero-video {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  overflow: hidden;
}
.fm-hero-video video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), filter 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fm-hero-video::after {
  content: ''; position: absolute; inset: 0;
  opacity: 0;
  background:
    linear-gradient(to top, #0a0a0a 0%, rgba(10,10,10,0.94) 38%, rgba(10,10,10,0.9) 58%, rgba(10,10,10,0.82) 100%);
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fm-hero.is-revealed .fm-hero-video::after { opacity: 1; }
.fm-hero.is-revealed .fm-hero-video video {
  opacity: 0.12;
  filter: blur(10px);
}
.fm-hero-inner { position: relative; z-index: 1; max-width: 1500px; margin: 0 auto; width: 100%; }
.fm-hero-inner > * {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.fm-hero.is-revealed .fm-hero-inner > * {
  opacity: 1;
  transform: translateY(0);
}
.fm-hero.is-revealed .fm-hero-inner > .fm-label { transition-delay: 0.2s; }
.fm-hero.is-revealed .fm-hero-inner > h1 { transition-delay: 0.42s; }
.fm-hero.is-revealed .fm-hero-inner > .fm-hero-foot { transition-delay: 0.72s; }
.fm-hero.is-revealed .fm-hero-inner > .fm-stats { transition-delay: 0.98s; }
@media (prefers-reduced-motion: reduce) {
  .fm-hero-video::after,
  .fm-hero-inner > * { transition: none !important; }
  .fm-hero-inner > * { transform: none !important; opacity: 1 !important; }
  .fm-hero-video::after { opacity: 1 !important; }
  .fm-hero-video video { transition: none !important; }
}
.fm-hero h1 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(54px, 9.5vw, 140px); line-height: 0.91;
  letter-spacing: -0.04em; color: #f4f4f4; margin: 44px 0 60px; max-width: 1200px;
}
.fm-hero h1 em { font-style: italic; color: #003dff; }
.fm-hero-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 32px; padding-top: 40px;
  border-top: 1px solid rgba(244,244,244,0.18);
}
.fm-body {
  font-family: 'Sora', sans-serif; font-size: 17px; line-height: 1.7;
  color: rgba(244,244,244,0.55); max-width: 440px; margin: 0;
}
.fm-stats { display: flex; gap: 64px; margin-top: 60px; flex-wrap: wrap; }
.fm-stat-n {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; color: #003dff; letter-spacing: -0.04em; line-height: 1;
}
.fm-stat-l { font-family: 'Sora', sans-serif; font-size: 13px; color: rgba(244,244,244,0.55); margin-top: 6px; max-width: 140px; line-height: 1.5; }
.fm-h2 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(38px, 6vw, 88px); line-height: 0.93;
  letter-spacing: -0.04em; color: #f4f4f4; margin: 0 0 32px;
}
.fm-quote {
  border-left: 2px solid #003dff; padding-left: 20px;
  font-family: 'Sora', sans-serif; font-size: 17px; font-style: italic;
  color: #003dff; line-height: 1.7; margin-top: 32px;
}
.fm-about { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.fm-work-head, .fm-svc-head {
  display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 64px;
}
.fm-work-head a, .fm-svc-head a {
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13px;
  color: rgba(244,244,244,0.55); text-decoration: none;
}
.fm-work-head a:hover, .fm-svc-head a:hover { color: #003dff; }
.fm-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
a.fm-work-card {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #111;
}
.fm-work-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(100%) contrast(1.1);
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}
.fm-work-card::after,
.fm-duotone::after,
.fm-founder-photo::after,
.pj-card-visual::after {
  content: none !important;
  background: none !important;
  display: none !important;
}
.fm-work-card-inner {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 24px;
  background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.4) 48%, transparent 72%);
}
.fm-work-cat {
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #003dff; margin: 0 0 8px;
  transition: color 0.3s;
}
.fm-work-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.2;
  color: #f4f4f4; margin: 0 0 8px;
}
.fm-work-desc {
  font-family: 'Sora', sans-serif;
  font-size: 13px; line-height: 1.6;
  color: rgba(244,244,244,0.7); margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}
a.fm-work-card:hover img { transform: scale(1.05); filter: none !important; }
a.fm-work-card:hover .fm-work-cat { color: #f4f4f4; }
a.fm-work-card:hover .fm-work-desc { max-height: 88px; opacity: 1; }
.fm-project {
  display: grid; grid-template-columns: 56px 1fr 320px;
  align-items: start; gap: 32px; padding: 48px 0;
  border-top: 1px solid rgba(0,61,255,0.25);
}
.fm-project:last-child { border-bottom: 1px solid rgba(0,61,255,0.25); }
.fm-project-num {
  font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600;
  color: rgba(244,244,244,0.18); letter-spacing: 0.08em; padding-top: 4px;
}
.fm-project h3 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: clamp(22px, 3vw, 40px); line-height: 1.05;
  letter-spacing: -0.03em; color: #f4f4f4; margin: 0 0 12px;
}
.fm-project-meta { display: flex; gap: 24px; flex-wrap: wrap; }
.fm-project-meta .fm-label:last-child { color: rgba(244,244,244,0.18); }
.fm-project-visual { display: flex; align-items: flex-start; gap: 16px; }
.fm-duotone { position: relative; overflow: hidden; flex: 1; aspect-ratio: 3/2; }
.fm-duotone img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.1); display: block; transition: transform 0.5s ease, filter 0.4s ease; }
.fm-duotone::after { content: none; }
.fm-project:hover .fm-duotone img { transform: scale(1.04); filter: none; }
.fm-arrow { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; color: #003dff; flex-shrink: 0; transition: transform 0.2s, color 0.2s; }
.fm-service .fm-arrow { color: rgba(244,244,244,0.18); font-size: 22px; }
.fm-project:hover .fm-arrow { transform: translate(3px, -3px); }
.fm-statement { padding: 140px 48px; box-sizing: border-box; }
.fm-statement h2 { margin-bottom: 56px; }
.fm-statement h2 em { font-style: italic; color: #003dff; }
.fm-statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.fm-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(0,61,255,0.25);
  border-left: 1px solid rgba(0,61,255,0.25);
}
a.fm-svc-card {
  display: block;
  padding: 40px 32px;
  border-right: 1px solid rgba(0,61,255,0.25);
  border-bottom: 1px solid rgba(0,61,255,0.25);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
}
a.fm-svc-card:hover { background: #003dff; }
.fm-svc-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; color: #003dff;
  margin-bottom: 1.35rem;
}
.fm-svc-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.2;
  color: #f4f4f4; margin: 0 0 16px;
}
.fm-svc-rule {
  height: 1px; width: 36px;
  background: rgba(0,61,255,0.45);
  margin-bottom: 16px;
  transition: background 0.3s;
}
.fm-svc-card p {
  font-family: 'Sora', sans-serif;
  font-size: 14px; line-height: 1.7;
  color: rgba(244,244,244,0.55); margin: 0;
}
a.fm-svc-card:hover .fm-svc-num,
a.fm-svc-card:hover h3,
a.fm-svc-card:hover p { color: #f4f4f4; }
a.fm-svc-card:hover .fm-svc-rule { background: rgba(244,244,244,0.35); }
.fm-founder { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fm-founder-photo { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.fm-founder-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.1); display: block; transition: filter 0.4s ease; }
.fm-founder-photo::after { content: none; }
.fm-founder:hover .fm-founder-photo img { filter: none; }
.fm-founder-badge {
  position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 2;
  padding: 24px; background: rgba(10,10,10,0.88); backdrop-filter: blur(8px);
  border: 1px solid rgba(244,244,244,0.18);
}
.fm-founder-badge strong {
  font-family: 'Space Grotesk', sans-serif; font-size: 42px; font-weight: 700;
  color: #003dff; letter-spacing: -0.04em; line-height: 1; display: block;
}
.fm-founder-badge span { font-family: 'Sora', sans-serif; font-size: 13px; color: rgba(244,244,244,0.55); margin-top: 6px; display: block; }
.fm-clients { display: flex; flex-wrap: wrap; border-top: 1px solid rgba(244,244,244,0.18); }
.fm-client {
  flex: 0 0 20%; padding: 28px 0 28px 24px; box-sizing: border-box;
  border-bottom: 1px solid rgba(244,244,244,0.18);
  border-right: 1px solid rgba(244,244,244,0.18);
  font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600;
  color: rgba(244,244,244,0.55); letter-spacing: -0.01em;
}
.fm-client:nth-child(5n) { border-right: none; }
.fm-client.is-on { color: #f4f4f4; }
.fm-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(244,244,244,0.18); }
.fm-step { background: #0a0a0a; padding: 40px; }
.fm-step-num {
  font-family: 'Space Grotesk', sans-serif; font-size: 56px; font-weight: 700;
  color: #003dff; opacity: 0.25; line-height: 1; letter-spacing: -0.04em; margin-bottom: 24px;
}
.fm-step h3 {
  font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700;
  color: #f4f4f4; letter-spacing: -0.02em; margin: 0 0 12px;
}
.fm-step p { font-family: 'Sora', sans-serif; font-size: 15px; line-height: 1.7; color: rgba(244,244,244,0.55); margin: 0; }
.fm-cta {
  background: #003dff; padding: 140px 48px; box-sizing: border-box;
}
.fm-cta-inner { max-width: 1500px; margin: 0 auto; }
.fm-cta .fm-label { color: rgba(244,244,244,0.4); display: block; margin-bottom: 56px; }
.fm-cta h2 { color: #f4f4f4; margin-bottom: 32px; max-width: 900px; }
.fm-cta p {
  font-family: 'Sora', sans-serif; font-size: 18px; line-height: 1.7;
  color: rgba(244,244,244,0.6); max-width: 440px; margin: 0 0 56px;
}
.fm-cta-row {
  display: flex; gap: 16px; flex-wrap: wrap;
  padding-top: 48px; border-top: 1px solid rgba(244,244,244,0.2);
}
.fm-cta .btn-solid {
  display: inline-flex; align-items: center;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 16px 32px; background: #0a0a0a; color: #f4f4f4;
  border: 2px solid #0a0a0a; text-decoration: none;
}
.fm-cta .btn-solid:hover { background: transparent; border-color: #f4f4f4; color: #f4f4f4; }
.fm-cta .btn-ghost {
  display: inline-flex; align-items: center;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 16px 32px; background: transparent; color: #f4f4f4;
  border: 2px solid rgba(244,244,244,0.35); text-decoration: none;
}
.fm-cta .btn-ghost:hover { border-color: #f4f4f4; }

/* Footer */
.marketechts-site .site-footer,
.site-footer {
  background: #060606 !important;
  color: rgba(244,244,244,0.55) !important;
  padding: 64px 48px 36px !important;
  width: 100% !important; max-width: none !important; margin: 0 !important;
}
.site-footer .footer-inner { max-width: 1500px; margin: 0 auto; width: 100%; padding: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-desc { font-family: 'Sora', sans-serif; font-size: 14px; line-height: 1.7; color: rgba(244,244,244,0.55); margin: 16px 0 24px; }
.footer-col-title {
  font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: #003dff !important; margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
.footer-col a { font-family: 'Sora', sans-serif; font-size: 14px; color: rgba(244,244,244,0.55) !important; }
.footer-col a:hover { color: #f4f4f4 !important; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(244,244,244,0.18); color: rgba(244,244,244,0.55) !important;
  font-family: 'Sora', sans-serif; font-size: 12px; text-decoration: none;
}
.footer-social a:hover { border-color: #003dff; color: #003dff !important; }
.footer-rule { height: 1px; background: rgba(0,61,255,0.25); margin-bottom: 24px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy, .footer-top-link { font-family: 'Sora', sans-serif; font-size: 13px; color: rgba(244,244,244,0.18) !important; }
.footer-top-link:hover { color: #f4f4f4 !important; }

@media (max-width: 900px) {
  .fm-hero {
    min-height: 0 !important;
    height: auto !important;
    overflow-x: hidden !important;
    padding-top: 88px !important;
    padding-bottom: 40px !important;
  }
  .fm-hero .fm-hero-video {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1920 / 864;
    /* Matches the aspect-ratio height at full width, so the collapse animates evenly. */
    max-height: 45vw;
    transform: none !important;
    overflow: hidden !important;
    transition: max-height 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease, margin 0.9s ease;
  }
  .fm-hero.is-revealed .fm-hero-video {
    max-height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
  }
  .fm-hero .fm-hero-video video,
  #hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
  .header-inner, .fm-hero, .fm-cta, .site-footer { padding-left: 20px !important; padding-right: 20px !important; }
  .header-inner { padding: 0 16px !important; height: 64px; gap: 12px !important; }
  .site-header.is-stuck .header-inner,
  .site-header.scrolled .header-inner { height: 64px; padding: 0 16px !important; }
  .site-logo { flex: 1 1 auto; min-width: 0; max-width: calc(100% - 56px); }
  .site-logo img { height: 28px !important; max-width: 100% !important; width: auto !important; }
  .site-header.is-stuck .site-logo img,
  .site-header.scrolled .site-logo img { height: 28px !important; }
  .primary-nav, .header-cta { display: none !important; }
  .hamburger { display: flex !important; flex: 0 0 44px; width: 44px; height: 44px; align-items: center; justify-content: center; margin-left: auto; }
  .mobile-nav { top: 64px; }
  .fm-pad,
  .fm-statement,
  .fm-hero,
  .fm-cta,
  .pg-section,
  .pj-hero {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
  }
  .fm-statement,
  .fm-statement .fm-h2,
  .fm-statement .fm-body,
  .fm-pad > .fm-label,
  .fm-pad > .fm-h2,
  .fm-pad > .fm-body,
  .fm-about,
  .fm-founder,
  .fm-cta-inner,
  .fm-hero-inner,
  .fm-work-head,
  .fm-svc-head {
    text-align: center;
  }
  .fm-h2, .fm-body { max-width: 100%; margin-left: auto; margin-right: auto; }
  .fm-work-head, .fm-svc-head {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
  }
  .fm-statement-grid > div:empty { display: none; }
  .fm-hero-foot {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fm-hero-foot > div {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px !important;
  }
  .fm-hero-foot .btn-primary,
  .fm-hero-foot .btn-outline {
    margin-left: auto;
    margin-right: auto;
  }
  .fm-cta-row {
    justify-content: center;
    align-items: center;
  }
  .fm-cta-row a {
    margin-left: auto;
    margin-right: auto;
  }
  .fm-stats { justify-content: center; gap: 28px; }
  .fm-stat-l { max-width: none; margin-left: auto; margin-right: auto; }
  .fm-about, .fm-founder, .fm-statement-grid { grid-template-columns: 1fr; gap: 40px; }
  .fm-project { grid-template-columns: 1fr; gap: 16px; }
  .fm-work-grid { grid-template-columns: 1fr 1fr; }
  .fm-svc-grid { grid-template-columns: 1fr 1fr; }
  .fm-process { grid-template-columns: 1fr 1fr; }
  .fm-client { flex: 0 0 50%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .fm-process { grid-template-columns: 1fr; }
  .fm-work-grid, .fm-svc-grid { grid-template-columns: 1fr; }
  .fm-client { flex: 0 0 100%; border-right: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ── Projects archive + case study ─────────────────────────────────────── */
.pj-page { background: #0a0a0a; color: #f4f4f4; padding-top: 120px; }
.pj-hero { padding: 88px 48px 48px; }
.pj-hero .fm-h2 { max-width: 980px; margin: 24px 0 24px; }
.pj-featured-wrap { padding-bottom: 72px; }
.pj-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
a.pj-featured-card {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #111;
}
.pj-featured-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  filter: grayscale(100%) contrast(1.08);
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.4s;
}
.pj-featured-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.35) 48%, transparent 100%);
  mix-blend-mode: normal;
}
.pj-featured-inner {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: 32px 28px;
}
.pj-featured-inner h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700; letter-spacing: -0.03em;
  color: #f4f4f4; margin: 10px 0 12px; line-height: 1.15;
}
.pj-live {
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 600;
  color: #003dff;
}
a.pj-featured-card:hover img { transform: scale(1.04); filter: none; }
.pj-index { padding-bottom: 120px; }
.pj-filters {
  display: flex; flex-wrap: wrap; gap: 8px 28px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,61,255,0.25);
}
.pj-filter {
  background: none; border: none; padding: 0;
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(244,244,244,0.35);
  cursor: pointer;
}
.pj-filter.is-on, .pj-filter:hover { color: #f4f4f4; }
.pj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
a.pj-card {
  position: relative;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  background: #111;
  overflow: hidden;
}
.pj-card-visual {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden; background: #161616;
}
.pj-card-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  filter: grayscale(100%) contrast(1.08);
  transition: transform 0.55s ease, filter 0.4s;
}
.pj-card-visual::after { content: none; }
.pj-card-inner { padding: 20px 18px 22px; }
.pj-card-cat {
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #003dff; margin: 0 0 8px;
}
.pj-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.25;
  color: #f4f4f4; margin: 0;
}
a.pj-card:hover .pj-card-visual img { transform: scale(1.05); filter: none; }

.pj-case-hero {
  position: relative;
  min-height: 78vh;
  display: flex; align-items: flex-end;
  background: #0a0a0a;
  overflow: hidden;
}
.pj-case-hero > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  filter: grayscale(100%) contrast(1.08);
}
.pj-case-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, #0a0a0a 0%, rgba(10,10,10,0.55) 42%, rgba(10,10,10,0.25) 100%);
}
.pj-case-hero-inner {
  position: relative; z-index: 2;
  width: 100%; padding: 80px 48px 56px;
}
.pj-back {
  display: inline-block;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  color: rgba(244,244,244,0.5); text-decoration: none; margin-bottom: 28px;
}
.pj-back:hover { color: #003dff; }
.pj-case-hero-inner .fm-h2 { margin: 16px 0 28px; max-width: 1000px; }
.pj-live-btn {
  display: inline-flex; align-items: center;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 22px;
  background: #003dff; color: #f4f4f4; text-decoration: none;
}
.pj-live-btn:hover { background: transparent; color: #003dff; outline: 2px solid #003dff; }
.pj-case-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 48px 48px 56px;
  border-bottom: 1px solid rgba(0,61,255,0.25);
}
.pj-case-meta p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; font-weight: 600;
  color: #f4f4f4; margin: 10px 0 0; letter-spacing: -0.02em;
}
.pj-case-body { padding: 72px 48px; }
.pj-case-copy { max-width: 720px; }
.pj-case-copy p {
  font-family: 'Sora', sans-serif;
  font-size: 17px; line-height: 1.75;
  color: rgba(244,244,244,0.62); margin: 0 0 1.2em;
}
.pj-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: 72px;
}
.pj-gallery figure { margin: 0; overflow: hidden; background: #111; }
.pj-gallery figure.is-wide { grid-column: 1 / -1; }
.pj-gallery img {
  display: block; width: 100%; height: auto;
  filter: grayscale(100%) contrast(1.08);
  transition: filter 0.4s ease, transform 0.5s ease;
}
.pj-gallery figure:hover img { filter: none; }
.pj-videos { padding-bottom: 72px; }
.pj-videos .fm-label { display: block; margin-bottom: 24px; }
.pj-video { margin-bottom: 16px; background: #000; }
.pj-video video { display: block; width: 100%; height: auto; max-height: 80vh; }
.pj-pdfs { padding-bottom: 72px; }
.pj-pdfs .fm-label { display: block; margin-bottom: 20px; }
.pj-pdf-list { display: flex; flex-wrap: wrap; gap: 12px; }
.pj-pdf {
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #f4f4f4; text-decoration: none;
  padding: 14px 22px;
  border: 1px solid rgba(244,244,244,0.22);
}
.pj-pdf:hover { border-color: #003dff; color: #003dff; }
.pj-next {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding: 48px 48px 96px;
  border-top: 1px solid rgba(0,61,255,0.25);
}
.pj-next a {
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  color: rgba(244,244,244,0.45); text-decoration: none;
}
.pj-next-link { text-align: right; color: #f4f4f4 !important; }
.pj-next-link strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.03em; margin-top: 6px;
  color: #f4f4f4;
}
.pj-next a:hover, .pj-next-link:hover strong { color: #003dff; }

@media (max-width: 900px) {
  .pj-hero, .pj-case-hero-inner, .pj-case-meta, .pj-case-body, .pj-next { padding-left: 20px; padding-right: 20px; }
  .pj-featured, .pj-grid, .pj-gallery, .pj-case-meta { grid-template-columns: 1fr 1fr; }
  .pj-case-meta { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .pj-featured, .pj-grid, .pj-gallery, .pj-case-meta { grid-template-columns: 1fr; }
  .pj-gallery figure.is-wide { grid-column: auto; }
  .pj-case-hero { min-height: 62vh; }
}

/* Inner pages — about / services / contact */
.pg-page { background: #0a0a0a; color: #f4f4f4; padding-top: 120px; }
.pg-section { padding: 88px 48px; }
.pg-more {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(0,61,255,0.25);
  border-left: 1px solid rgba(0,61,255,0.25);
}
.pg-more-item {
  padding: 32px;
  border-right: 1px solid rgba(0,61,255,0.25);
  border-bottom: 1px solid rgba(0,61,255,0.25);
}
.pg-more-item h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem; font-weight: 700;
  letter-spacing: -0.03em; color: #f4f4f4; margin: 0 0 10px;
}
.pg-more-item p {
  font-family: 'Sora', sans-serif;
  font-size: 14px; line-height: 1.7;
  color: rgba(244,244,244,0.55); margin: 0;
}
.pg-contact { padding: 0 48px 120px; }
.pg-contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 80px;
  align-items: start;
}
.pg-form { display: flex; flex-direction: column; gap: 0; }
.pg-form-row { display: grid; grid-template-columns: 1fr 1fr; }
.pg-field {
  display: flex; flex-direction: column;
  border: 1px solid rgba(244,244,244,0.18);
  margin: -1px 0 0 -1px;
  padding: 16px 18px 12px;
}
.pg-field span {
  font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #003dff; margin-bottom: 8px;
}
.pg-field input, .pg-field textarea, .pg-field select {
  background: transparent; border: none; outline: none;
  font-family: 'Sora', sans-serif; font-size: 15px;
  color: #f4f4f4; width: 100%;
  padding: 0; resize: vertical;
}
.pg-field select { color: #f4f4f4; }
.pg-field select option { background: #0a0a0a; color: #f4f4f4; }
.pg-field input::placeholder, .pg-field textarea::placeholder { color: rgba(244,244,244,0.28); }
.pg-field:focus-within { border-color: #003dff; z-index: 1; }
.mkt-recaptcha { margin: 20px 0 8px; }
.pg-submit { margin-top: 20px; justify-content: center; width: 100%; cursor: pointer; }
.pg-contact-side { display: flex; flex-direction: column; gap: 28px; padding-top: 8px; }
.pg-side-block .fm-label { display: block; margin-bottom: 8px; }
.pg-side-block a, .pg-side-block p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; font-weight: 600;
  color: #f4f4f4; text-decoration: none;
  display: block; margin: 0 0 6px;
}
.pg-side-block a:hover { color: #003dff; }
.pg-audit-note {
  margin-top: 12px; padding: 28px;
  border: 1px solid rgba(0,61,255,0.35);
}
.pg-audit-note p {
  font-family: 'Sora', sans-serif;
  font-size: 15px; line-height: 1.7;
  color: rgba(244,244,244,0.55); margin: 12px 0 0;
}
.form-message {
  font-family: 'Sora', sans-serif; font-size: 14px;
  padding: 14px 18px; margin-bottom: 20px;
  border: 1px solid rgba(244,244,244,0.18);
  color: #f4f4f4;
  background: #111111;
}
.form-message.success {
  display: block;
  background: #0b1220 !important;
  border-color: #003dff;
  color: #f4f4f4 !important;
}
.form-message.error {
  display: block;
  background: #1a1010 !important;
  border-color: #c44;
  color: #f4f4f4 !important;
}

@media (max-width: 900px) {
  .pg-section, .pg-contact { padding-left: 20px; padding-right: 20px; }
  .pg-contact-grid, .pg-more, .pg-form-row { grid-template-columns: 1fr; }
}

body.page-home .elementor-top-section {
  overflow: visible;
}

.mkt-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.mkt-reveal.is-inview {
  opacity: 1;
  transform: none;
}

.mkt-stagger > .mkt-item,
.mkt-stagger .mkt-item {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stagger, 0) * 0.12s);
}
.mkt-stagger > .mkt-item.mkt-from-left,
.mkt-stagger .mkt-item.mkt-from-left {
  transform: translateX(-48px);
}
.mkt-stagger > .mkt-item.mkt-from-right,
.mkt-stagger .mkt-item.mkt-from-right {
  transform: translateX(48px);
}
.mkt-stagger.is-inview > .mkt-item,
.mkt-stagger.is-inview .mkt-item {
  opacity: 1;
  transform: none;
}

.fm-rule.mkt-rule {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.fm-rule.mkt-rule.is-inview {
  transform: scaleX(1);
}

/* Sideways slides overflow narrow screens, so reveal vertically instead. */
@media (max-width: 900px) {
  .mkt-stagger > .mkt-item.mkt-from-left,
  .mkt-stagger .mkt-item.mkt-from-left,
  .mkt-stagger > .mkt-item.mkt-from-right,
  .mkt-stagger .mkt-item.mkt-from-right {
    transform: translateY(36px);
  }
  .mkt-stagger.is-inview > .mkt-item.mkt-from-left,
  .mkt-stagger.is-inview .mkt-item.mkt-from-left,
  .mkt-stagger.is-inview > .mkt-item.mkt-from-right,
  .mkt-stagger.is-inview .mkt-item.mkt-from-right {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mkt-reveal,
  .mkt-stagger > .mkt-item,
  .mkt-stagger .mkt-item,
  .fm-rule.mkt-rule {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .header-inner, .site-logo img, .site-header { transition: none; }
}
